projects
/
git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
t5580: add Cygwin support
[git]
/
t
/
t9819-git-p4-case-folding.sh
diff --git
a/t/t9819-git-p4-case-folding.sh
b/t/t9819-git-p4-case-folding.sh
index
78f1d0f
..
d808c00
100755
(executable)
--- a/
t/t9819-git-p4-case-folding.sh
+++ b/
t/t9819-git-p4-case-folding.sh
@@
-4,6
+4,12
@@
test_description='interaction with P4 case-folding'
. ./lib-git-p4.sh
+if test_have_prereq CASE_INSENSITIVE_FS
+then
+ skip_all='skipping P4 case-folding tests; case insensitive file system detected'
+ test_done
+fi
+
test_expect_success 'start p4d with case folding enabled' '
start_p4d -C1
'