t5700: only run with protocol version 1

Signed-off-by: Jonathan Tan <jonathantanmy@google.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>

Jonathan Tan committed Feb 25, 2019 at 13:54 UTC 78eeb8d057b23e1e8008db54eb7f7b2516f05ff2
1 file changed +3
t/t5700-protocol-v1.sh
+3
@@ -4,6 +4,9 @@ test_description='test git wire-protocol transition'
4
5 TEST_NO_CREATE_REPO=1
6
7 +# This is a protocol-specific test.
8 +GIT_TEST_PROTOCOL_VERSION=
9 +
10 . ./test-lib.sh
11
12 # Test protocol v1 with 'git://' transport