t7502-commit: Skip SIGTERM test on Windows
[gitweb.git] / t / test-lib.sh
index b4b626e83774519fc4560239231756ca22df43fe..572301df1bb234f28bcc3d9b3f4484018a72506d 100644 (file)
@@ -689,10 +689,12 @@ case $(uname -s) in
        }
        # no POSIX permissions
        # backslashes in pathspec are converted to '/'
+       # exec does not inherit the PID
        ;;
 *)
        test_set_prereq POSIXPERM
        test_set_prereq BSLASHPSPEC
+       test_set_prereq EXECKEEPSPID
        ;;
 esac