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