aboutsummaryrefslogtreecommitdiffstats
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-05-07 12:47:39 +0900
committerJunio C Hamano <gitster@pobox.com>2021-05-07 12:47:39 +0900
commitbb2feec17f49e93e0b983c5d895b2bf590ff92f3 (patch)
tree7bc1000205cfeda64891c23069dd196deabbb85d /t/test-lib.sh
parent6d99f31ddafb064795d1d8f9b9bd930296f7069e (diff)
parentbccc37fdc7ec66377af454417013f7612aef75e6 (diff)
downloadgit-bb2feec17f49e93e0b983c5d895b2bf590ff92f3.tar.gz
Merge branch 'ad/cygwin-no-backslashes-in-paths'
Cygwin pathname handling fix. * ad/cygwin-no-backslashes-in-paths: cygwin: disallow backslashes in file names
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 3dec266221..adaa2db601 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -1459,6 +1459,7 @@ case $uname_s in
test_set_prereq NATIVE_CRLF
test_set_prereq SED_STRIPS_CR
test_set_prereq GREP_STRIPS_CR
+ test_set_prereq WINDOWS
GIT_TEST_CMP=mingw_test_cmp
;;
*CYGWIN*)
@@ -1467,6 +1468,7 @@ case $uname_s in
test_set_prereq CYGWIN
test_set_prereq SED_STRIPS_CR
test_set_prereq GREP_STRIPS_CR
+ test_set_prereq WINDOWS
;;
*)
test_set_prereq POSIXPERM