redirection-error2.2 revision 181022
1181022Sstefanf# $FreeBSD: head/tools/regression/bin/sh/errors/redirection-error2.2 181022 2008-07-30 21:18:52Z stefanf $
2181022Sstefanf
3181022Sstefanf# sh should fail gracefully on this bad redirect
4181022Sstefanfsh -c 'echo 1 >&$a' 2>/dev/null
5