Grammar fixes to "merge" and "patch-id" docs
[gitweb.git] / t / test-lib.sh
index 8de5ee1b580b3f1354428f44c3389239ce0b0894..2979e8ea0e85c86a57d9f0dda8915d3b031478de 100644 (file)
@@ -697,10 +697,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