Deleted Added
full compact
redirection-error2.2 (181022) redirection-error2.2 (213738)
1# $FreeBSD: head/tools/regression/bin/sh/errors/redirection-error2.2 181022 2008-07-30 21:18:52Z stefanf $
1# $FreeBSD: head/tools/regression/bin/sh/errors/redirection-error2.2 213738 2010-10-12 18:20:38Z obrien $
2
3# sh should fail gracefully on this bad redirect
2
3# sh should fail gracefully on this bad redirect
4sh -c 'echo 1 >&$a' 2>/dev/null
4${SH} -c 'echo 1 >&$a' 2>/dev/null