opnsense-src/bin/sh/tests/execution/bg7.0

6 lines
182 B
Text
Raw Normal View History

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