summary refs log tree commit diff
path: root/bin/1sh/tests/builtins/locale2.0
blob: fd83df103ce57ddcfc4d37e39110aa52f24dc33b (plain) (blame)
1
2
3
4
5
# $FreeBSD: releng/12.1/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 ]