## Tests that readfile works with the env builtin.
# RUN: echo -n "hello" > %t.1
# RUN: env TEST=%{readfile:%t.1} %{python} -c "import os; print(os.environ['TEST'])"

## Fail the test so we can assert on the output.
# RUN: not echo return