summary refs log tree commit diff
path: root/bin/cash/tests/execution/bg6.0
blob: f392be47216cf72e1afb290ec95bcf54ef67fd83 (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.0/bin/sh/tests/execution/bg6.0 258489 2013-11-22 21:50:13Z jilles $
# The redirection overrides the </dev/null implicit in a background command.

echo yes | ${SH} -c '{ cat & wait; } </dev/stdin'