summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/execution/redir4.0
blob: 01b1f87836e88ccde692c494226015315e7e5729 (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/execution/redir4.0 214290 2010-10-24 20:09:49Z jilles $

{ echo bad 0>&3; } 2>/dev/null 3>/dev/null 3>&-
exit 0