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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

5 lines
170 B
Plaintext
Raw Normal View History

# 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; }'