Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
t9502: fix &&-chain breakage
[gitweb.git]
/
t
/
t0005-signals.sh
diff --git
a/t/t0005-signals.sh
b/t/t0005-signals.sh
index aeea50c6339ebd4a0d33ce03b7fad5948e69a8a8..5c5707d7158bd5156ba02c8955b0c0cc11eaa0ba 100755
(executable)
--- a/
t/t0005-signals.sh
+++ b/
t/t0005-signals.sh
@@
-10,8
+10,8
@@
one
EOF
test_expect_success 'sigchain works' '
- test-sigchain >actual
- case "$
?
" in
+ { test-sigchain >actual; ret=$?; } &&
+ case "$
ret
" in
143) true ;; # POSIX w/ SIGTERM=15
271) true ;; # ksh w/ SIGTERM=15
3) true ;; # Windows