Skip to content

Commit 7b6853a

Browse files
hanwengitster
authored andcommitted
t5550: 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 8c21d82 commit 7b6853a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

t/t5550-http-fetch-dumb.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME=main
55
export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
66

77
. ./test-lib.sh
8+
9+
if test_have_prereq !REFFILES
10+
then
11+
skip_all='skipping test; dumb HTTP protocol not supported with reftable.'
12+
test_done
13+
fi
14+
815
. "$TEST_DIRECTORY"/lib-httpd.sh
916
start_httpd
1017

0 commit comments

Comments
 (0)