diff --git a/t/t3210-pack-refs.sh b/t/t0601-reffiles-pack-refs.sh similarity index 98% rename from t/t3210-pack-refs.sh rename to t/t0601-reffiles-pack-refs.sh index 7f4e98db7d..4929cc7b45 100755 --- a/t/t3210-pack-refs.sh +++ b/t/t0601-reffiles-pack-refs.sh @@ -15,6 +15,12 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME 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 'enable reflogs' ' git config core.logallrefupdates true '