mirror of
https://github.com/git/git.git
synced 2025-01-22 07:24:10 +08:00
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 <larsxschneider@gmail.com> Acked-by: Luke Diamand <luke@diamand.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3a692b3c87
commit
eb8e364969
@ -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
|
||||
'
|
||||
|
Loading…
Reference in New Issue
Block a user