summary refs log tree commit diff
path: root/bin/1sh/tests/execution/bg10.0
blob: 9eb15ed2fb09b05ac199b85002136b744e08dd2d (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.1/bin/sh/tests/execution/bg10.0 258535 2013-11-24 23:12:13Z jilles $
# The redirection overrides the </dev/null implicit in a background command.

echo yes | ${SH} -c '{ cat & wait; } <&0'