]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/test-lib.sh
refs: introduce reftable backend
[thirdparty/git.git] / t / test-lib.sh
index 042f557a6fd39c2da29ae357261f35120ee4e9e2..c8af8dab795604998475e5fdff21137534c7f39b 100644 (file)
@@ -1755,6 +1755,8 @@ esac
 case "$GIT_DEFAULT_REF_FORMAT" in
 files)
        test_set_prereq REFFILES;;
+reftable)
+       test_set_prereq REFTABLE;;
 *)
        echo 2>&1 "error: unknown ref format $GIT_DEFAULT_REF_FORMAT"
        exit 1