summaryrefslogtreecommitdiff
path: root/bin/sh/tests/errors/redirection-error2.2
blob: 0fb47d20917b6c9e7d46170470335a0e98f7ea9f (plain)
1
2
3

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