]> asedeno.scripts.mit.edu Git - git.git/blobdiff - t/t0005-signals.sh
Merge branch 'maint-1.6.1' into maint
[git.git] / t / t0005-signals.sh
index 9707af7d0377509bb02c29c7fb972345d1cc2253..09f855af3e9cded903c828f3f946a0c2403ddcdf 100755 (executable)
@@ -12,7 +12,7 @@ EOF
 test_expect_success 'sigchain works' '
        test-sigchain >actual
        case "$?" in
-       130) true ;; # POSIX w/ SIGINT=2
+       143) true ;; # POSIX w/ SIGTERM=15
          3) true ;; # Windows
          *) false ;;
        esac &&