X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft0005-signals.sh;h=93e58c00e886db22b5ebf86af103efc4e65ec832;hb=48c250a121a425a1860226b6a7061aecfbab5246;hp=09f855af3e9cded903c828f3f946a0c2403ddcdf;hpb=7b576f9910a2945688f04f6ff9d03771f2956618;p=git.git diff --git a/t/t0005-signals.sh b/t/t0005-signals.sh index 09f855af3..93e58c00e 100755 --- a/t/t0005-signals.sh +++ b/t/t0005-signals.sh @@ -13,6 +13,7 @@ test_expect_success 'sigchain works' ' test-sigchain >actual case "$?" in 143) true ;; # POSIX w/ SIGTERM=15 + 271) true ;; # ksh w/ SIGTERM=15 3) true ;; # Windows *) false ;; esac &&