brintos

brintos / llvm-project-archived public Read only

0
0
Text · 271 B · 08a8170 Raw
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