Skip to content

Commit

Permalink
git-p4: skip t9819 test case on case insensitive file systems
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Lars Schneider authored and Junio C Hamano committed Oct 12, 2015
1 parent 3a692b3 commit eb8e364
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions t/t9819-git-p4-case-folding.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
'
Expand Down

0 comments on commit eb8e364

Please sign in to comment.