Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
git-archive: add --output=<file> to send output to a file
[gitweb.git]
/
t
/
t0005-signals.sh
diff --git
a/t/t0005-signals.sh
b/t/t0005-signals.sh
index 9707af7d0377509bb02c29c7fb972345d1cc2253..09f855af3e9cded903c828f3f946a0c2403ddcdf 100755
(executable)
--- a/
t/t0005-signals.sh
+++ b/
t/t0005-signals.sh
@@
-12,7
+12,7
@@
EOF
test_expect_success 'sigchain works' '
test-sigchain >actual
case "$?" in
- 1
30) true ;; # POSIX w/ SIGINT=2
+ 1
43) true ;; # POSIX w/ SIGTERM=15
3) true ;; # Windows
*) false ;;
esac &&