From: Lars Schneider Date: Mon, 12 Oct 2015 17:03:04 +0000 (-0700) Subject: git-p4: skip t9819 test case on case insensitive file systems X-Git-Tag: v2.7.0-rc0~86^2 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/eb8e364969098e92743024dca170d1db3536a978?ds=inline;hp=--cc 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 Acked-by: Luke Diamand Signed-off-by: Junio C Hamano --- eb8e364969098e92743024dca170d1db3536a978 diff --git a/t/t9819-git-p4-case-folding.sh b/t/t9819-git-p4-case-folding.sh index 78f1d0f92d..d808c008c1 100755 --- 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 '