pretty: --format output should honor logOutputEncoding
[gitweb.git] / t / t0005-signals.sh
index 9707af7d0377509bb02c29c7fb972345d1cc2253..93e58c00e886db22b5ebf86af103efc4e65ec832 100755 (executable)
@@ -12,7 +12,8 @@ EOF
 test_expect_success 'sigchain works' '
        test-sigchain >actual
        case "$?" in
-       130) true ;; # POSIX w/ SIGINT=2
+       143) true ;; # POSIX w/ SIGTERM=15
+       271) true ;; # ksh w/ SIGTERM=15
          3) true ;; # Windows
          *) false ;;
        esac &&