From: Han-Wen Nienhuys Date: Wed, 22 Dec 2021 10:59:41 +0000 (+0000) Subject: t5540: require REFFILES X-Git-Tag: v2.35.0-rc0~19^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c21d820e9ddaf7ddcb0c882f27bec017e28984f;p=thirdparty%2Fgit.git t5540: require REFFILES The dumb HTTP protocol exposes ref storage details as part of the protocol, so it only works with the FILES refstorage backend Signed-off-by: Han-Wen Nienhuys Signed-off-by: Junio C Hamano --- diff --git a/t/t5540-http-push-webdav.sh b/t/t5540-http-push-webdav.sh index 8b68bb38a4..b0dbacf0b9 100755 --- a/t/t5540-http-push-webdav.sh +++ b/t/t5540-http-push-webdav.sh @@ -18,6 +18,12 @@ then test_done fi +if test_have_prereq !REFFILES +then + skip_all='skipping test; dumb HTTP protocol not supported with reftable.' + test_done +fi + LIB_HTTPD_DAV=t . "$TEST_DIRECTORY"/lib-httpd.sh ROOT_PATH="$PWD"