summaryrefslogtreecommitdiff
path: root/corebinutils/sh/tests/builtins/locale2.0
blob: 050d7fc9fbfcca9963811b76445eb719f34f25cd (plain)
1
2
3
4

$SH -c 'LC_ALL=C true; kill -INT $$; echo continued'
r=$?
[ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]