Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-p4: skip t9819 test case on case insensitive file systems
author
Lars Schneider
<larsxschneider@gmail.com>
Mon, 12 Oct 2015 17:03:04 +0000
(10:03 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 12 Oct 2015 17:36:54 +0000
(10:36 -0700)
Windows and OS X file systems are case insensitive by default.
Consequently the "git-p4-case-folding" test case does not apply to
them.
Signed-off-by: Lars Schneider <larsxschneider@gmail.com>
Acked-by: Luke Diamand <luke@diamand.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9819-git-p4-case-folding.sh
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
3a692b3
)
diff --git
a/t/t9819-git-p4-case-folding.sh
b/t/t9819-git-p4-case-folding.sh
index 78f1d0f92d9e55641a225bc0cefca69822e17f47..d808c008c11700badffdcbbd34faba39428a47f1 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
'