xref: /freebsd/bin/sh/tests/execution/bg5.0 (revision 815b7436a7c6302365b6514194d27d41cb736227)
1# A background command has an implicit </dev/null redirection.
2
3echo bad | ${SH} -c '{ cat & wait; }'
4