]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t0600-reffiles-backend.sh
Merge branch 'ps/ci-test-with-jgit'
[thirdparty/git.git] / t / t0600-reffiles-backend.sh
index 64214340e75f9ecbb20380c4cfe8e6f5813a5495..a390cffc800c62b5a165c00da1f757f98deee3e8 100755 (executable)
@@ -4,16 +4,12 @@ test_description='Test reffiles backend'
 
 GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
 export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
+GIT_TEST_DEFAULT_REF_FORMAT=files
+export GIT_TEST_DEFAULT_REF_FORMAT
 
 TEST_PASSES_SANITIZE_LEAK=true
 . ./test-lib.sh
 
-if ! test_have_prereq REFFILES
-then
-       skip_all='skipping reffiles specific tests'
-       test_done
-fi
-
 test_expect_success 'setup' '
        git commit --allow-empty -m Initial &&
        C=$(git rev-parse HEAD) &&