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