]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6428-merge-conflicts-sparse.sh
The 21st batch
[thirdparty/git.git] / t / t6428-merge-conflicts-sparse.sh
index 064be1b629e318bb571f1dca2d8ac9c26f86adf9..8a79bc2e921d433bb9db401c2f9c0f25a9908333 100755 (executable)
@@ -22,6 +22,7 @@ test_description="merge cases"
 #                     underscore notation is to differentiate different
 #                     files that might be renamed into each other's paths.)
 
+TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 . "$TEST_DIRECTORY"/lib-merge.sh
 
@@ -29,7 +30,7 @@ test_description="merge cases"
 # Testcase basic, conflicting changes in 'numerals'
 
 test_setup_numerals () {
-       test_create_repo numerals_$1 &&
+       git init numerals_$1 &&
        (
                cd numerals_$1 &&