summary refs log tree commit diff
path: root/bin/cash/tests/errors/redirection-error8.0
blob: a1f33077a5afaf5a7e8e5e0aa65df0aa7f5cc491 (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.0/bin/sh/tests/errors/redirection-error8.0 319575 2017-06-04 20:52:55Z jilles $

$SH -c '{ { :; } </var/empty/x; } 2>/dev/null || kill -INT $$; echo continued'
r=$?
[ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]