8 lines · plain
1## Tests that readfile works with relative paths.2# RUN: mkdir -p rel_path_test_folder3# RUN: echo -n "hello" > rel_path_test_folder/test_file4# RUN: echo %{readfile:rel_path_test_folder/test_file}5 6## Fail the test so we can assert on the output.7# RUN: not echo return8