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