summary refs log tree commit diff
path: root/bin/cash/tests/execution/bg5.0
blob: 8139e6709a8b6cf65b853550c813fd1c59e22912 (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.0/bin/sh/tests/execution/bg5.0 258489 2013-11-22 21:50:13Z jilles $
# A background command has an implicit </dev/null redirection.

echo bad | ${SH} -c '{ cat & wait; }'