Skip to content

Commit 8c21d82

Browse files
hanwengitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 597af31 commit 8c21d82

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

t/t5540-http-push-webdav.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ then
1818
test_done
1919
fi
2020

21+
if test_have_prereq !REFFILES
22+
then
23+
skip_all='skipping test; dumb HTTP protocol not supported with reftable.'
24+
test_done
25+
fi
26+
2127
LIB_HTTPD_DAV=t
2228
. "$TEST_DIRECTORY"/lib-httpd.sh
2329
ROOT_PATH="$PWD"

0 commit comments

Comments
 (0)