brintos

brintos / llvm-project-archived public Read only

0
0
Text · 238 B · 3e19373 Raw
6 lines · plain
1## Tests that readfile works with the env builtin.2# RUN: echo -n "hello" > %t.13# RUN: env TEST=%{readfile:%t.1} %{python} -c "import os; print(os.environ['TEST'])"4 5## Fail the test so we can assert on the output.6# RUN: not echo return