]> git.saurik.com Git - apple/shell_cmds.git/blob - sh/tests/builtins/locale2.0
fc1b4322adadc022cc5d991f0a7927e269b4efc8
[apple/shell_cmds.git] / sh / tests / builtins / locale2.0
1 # $FreeBSD: head/bin/sh/tests/builtins/locale2.0 317912 2017-05-07 19:49:46Z jilles $
2
3 $SH -c 'LC_ALL=C true; kill -INT $$; echo continued'
4 r=$?
5 [ "$r" -gt 128 ] && [ "$(kill -l "$r")" = INT ]