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