mirror of
https://github.com/git/git.git
synced 2024-11-27 12:03:55 +08:00
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 <hanwen@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
597af311a2
commit
8c21d820e9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user