summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2009-03-25 22:08:09 (GMT)
committerJunio C Hamano <gitster@pobox.com>2009-03-25 22:08:09 (GMT)
commit8befac5d6f9e994d72efb1ecc59c356414114e7e (patch)
treeb7f6b1d3bcd4902c2a792582c5d87f46b37311d6 /t/test-lib.sh
parent5c928c06e251b651202f94aaac56cacd3f57c484 (diff)
parentfb9a2beab2002894fb970cba4e32ebb1c41176b2 (diff)
downloadgit-8befac5d6f9e994d72efb1ecc59c356414114e7e.zip
git-8befac5d6f9e994d72efb1ecc59c356414114e7e.tar.gz
git-8befac5d6f9e994d72efb1ecc59c356414114e7e.tar.bz2
Merge branch 'for-junio' of git://repo.or.cz/git/mingw/j6t
* 'for-junio' of git://repo.or.cz/git/mingw/j6t: t7502-commit: Skip SIGTERM test on Windows t7005-editor: Use $SHELL_PATH in the editor scripts
Diffstat (limited to 't/test-lib.sh')
-rw-r--r--t/test-lib.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index 8de5ee1..2979e8e 100644
--- 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