freebsd-nq/bin/sh/tests/execution/bg5.0

5 lines
114 B
Plaintext
Raw Normal View History

# $FreeBSD$
# A background command has an implicit </dev/null redirection.
echo bad | ${SH} -c '{ cat & wait; }'