aboutsummaryrefslogtreecommitdiffstats
path: root/shell_cmds/sh/tests/builtins/locale2.0
blob: fc1b4322adadc022cc5d991f0a7927e269b4efc8 (plain) (blame)
1
2
3
4
5
# $FreeBSD: head/bin/sh/tests/builtins/locale2.0 317912 2017-05-07 19:49:46Z jilles $

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