summary refs log tree commit diff
path: root/bin/1sh/tests/errors/redirection-error2.2
blob: a81406f49f2efbb20c5f619c3069cbca1ddca481 (plain) (blame)
1
2
3
4
# $FreeBSD: releng/12.1/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