Skip to content

Commit eb8e364

Browse files
larsxschneidergitster
authored andcommitted
git-p4: skip t9819 test case on case insensitive file systems
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 <[email protected]> Acked-by: Luke Diamand <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 3a692b3 commit eb8e364

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/t9819-git-p4-case-folding.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ test_description='interaction with P4 case-folding'
44

55
. ./lib-git-p4.sh
66

7+
if test_have_prereq CASE_INSENSITIVE_FS
8+
then
9+
skip_all='skipping P4 case-folding tests; case insensitive file system detected'
10+
test_done
11+
fi
12+
713
test_expect_success 'start p4d with case folding enabled' '
814
start_p4d -C1
915
'

0 commit comments

Comments
 (0)