]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5700-protocol-v1.sh
commit-graph: avoid memory leaks
[thirdparty/git.git] / t / t5700-protocol-v1.sh
index 2571eb90b7656cf2237a90806b79f14ab204d90c..022901b9eb6fdcaf3ff625b0db8056047946aa1a 100755 (executable)
@@ -5,7 +5,8 @@ test_description='test git wire-protocol transition'
 TEST_NO_CREATE_REPO=1
 
 # This is a protocol-specific test.
-GIT_TEST_PROTOCOL_VERSION=
+GIT_TEST_PROTOCOL_VERSION=0
+export GIT_TEST_PROTOCOL_VERSION
 
 . ./test-lib.sh