Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Grammar fixes to "merge" and "patch-id" docs
[gitweb.git]
/
t
/
test-lib.sh
diff --git
a/t/test-lib.sh
b/t/test-lib.sh
index 8de5ee1b580b3f1354428f44c3389239ce0b0894..2979e8ea0e85c86a57d9f0dda8915d3b031478de 100644
(file)
--- a/
t/test-lib.sh
+++ b/
t/test-lib.sh
@@
-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