diff options
Diffstat (limited to 'bin/sh/tests/execution/bg10.0')
-rw-r--r-- | bin/sh/tests/execution/bg10.0 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bin/sh/tests/execution/bg10.0 b/bin/sh/tests/execution/bg10.0 new file mode 100644 index 000000000000..44a25dc23b2e --- /dev/null +++ b/bin/sh/tests/execution/bg10.0 @@ -0,0 +1,4 @@ +# $FreeBSD$ +# The redirection overrides the </dev/null implicit in a background command. + +echo yes | ${SH} -c '{ cat & wait; } <&0' |