]> git.saurik.com Git - apple/shell_cmds.git/blame - sh/tests/execution/redir4.0
shell_cmds-216.60.1.tar.gz
[apple/shell_cmds.git] / sh / tests / execution / redir4.0
CommitLineData
deb63bfb 1# $FreeBSD: head/bin/sh/tests/execution/redir4.0 214290 2010-10-24 20:09:49Z jilles $
71aad674
A
2
3{ echo bad 0>&3; } 2>/dev/null 3>/dev/null 3>&-
4exit 0