1# $FreeBSD$
2
3# sh should fail gracefully on this bad redirect
4${SH} -c 'echo 1 >&$a' 2>/dev/null
5