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