summaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/errors/redirection-error2.2
blob: 595e959b8c6c05b6b8eae4af00c40bd9d6fa393a (plain) (blame)
1
2
3
4
# $FreeBSD: head/bin/sh/tests/errors/redirection-error2.2 213738 2010-10-12 18:20:38Z obrien $

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