freebsd_amp_hwpstate/bin/sh/tests/execution/bg7.0

5 lines
170 B
Plaintext

# The redirection does not apply to the background command, and therefore
# does not override the implicit </dev/null.
echo bad | ${SH} -c '</dev/null; { cat & wait; }'