]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t6101-rev-parse-parents.sh
Merge branch 'ab/test-without-templates'
[thirdparty/git.git] / t / t6101-rev-parse-parents.sh
index a3a41c7a3e47899521d63c056532604a7d224c97..d20723d627629f5379f35c33c74ff22d1082152e 100755 (executable)
@@ -9,6 +9,7 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 
 TEST_PASSES_SANITIZE_LEAK=true
+TEST_CREATE_REPO_NO_TEMPLATE=1
 . ./test-lib.sh
 
 test_cmp_rev_output () {
@@ -26,6 +27,7 @@ test_expect_success 'setup' '
        git merge -m next --allow-unrelated-histories start2 &&
        test_commit final &&
 
+       mkdir .git/info &&
        test_seq 40 |
        while read i
        do