summary refs log tree commit diff
path: root/bin/cash/tests/errors/redirection-error5.0
blob: 5664744d37843831f799ab152ef8f7dcd0efc0c0 (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.0/bin/sh/tests/errors/redirection-error5.0 205153 2010-03-14 13:51:12Z jilles $
# A redirection error on a subshell should not abort the shell.
exec 2>/dev/null
( echo bad ) </var/empty/x
exit 0