summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests/execution/bg9.0
blob: 64fde3e3e333ab206447e7bab67f40c2440e5576 (plain)
1
2
3
4
5
# $FreeBSD$
# The redirection does not apply to the background command, and therefore
# does not override the implicit </dev/null.

echo bad | ${SH} -c 'command eval eval \\\) \</dev/null 2>/dev/null; { cat & wait; }'
OpenPOWER on IntegriCloud