xref: /freebsd/bin/sh/tests/builtins/locale2.0 (revision 214e3e09b3381e44bf5d9c1dcd19c4b1b923a796)
1
2$SH -c 'LC_ALL=C true; kill -INT $$; echo continued'
3r=$?
4[ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]
5