]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/errors/redirection-error2.2
32bccd8e784abccad4af724a952fa90545a00090
[apple/shell_cmds.git] / sh / tests / errors / redirection-error2.2
1 # $FreeBSD$
2
3 # sh should fail gracefully on this bad redirect
4 ${SH} -c 'echo 1 >&$a' 2>/dev/null