git-p4: match branches case insensitively if configured
[gitweb.git] / t / t9801-git-p4-branch.sh
index c48532e12b29ec310565028fbe47e9aa5a68504f..4779448b4c8a1a88c25b2b68a6c86b25feb7ef45 100755 (executable)
@@ -650,7 +650,7 @@ test_expect_success !CASE_INSENSITIVE_FS 'basic p4 branches for case folding' '
 '
 
 # Check that files are properly split across branches when ignorecase is set
-test_expect_failure !CASE_INSENSITIVE_FS 'git p4 clone, branchList branch definition, ignorecase' '
+test_expect_success !CASE_INSENSITIVE_FS 'git p4 clone, branchList branch definition, ignorecase' '
        test_when_finished cleanup_git &&
        test_create_repo "$git" &&
        (
@@ -676,7 +676,7 @@ test_expect_failure !CASE_INSENSITIVE_FS 'git p4 clone, branchList branch defini
 '
 
 # Check that files are properly split across branches when ignorecase is set, use-client-spec case
-test_expect_failure !CASE_INSENSITIVE_FS 'git p4 clone with client-spec, branchList branch definition, ignorecase' '
+test_expect_success !CASE_INSENSITIVE_FS 'git p4 clone with client-spec, branchList branch definition, ignorecase' '
        client_view "//depot/... //client/..." &&
        test_when_finished cleanup_git &&
        test_create_repo "$git" &&