]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5601-clone.sh
t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'
[thirdparty/git.git] / t / t5601-clone.sh
index 37d76808d4a74b101f0606fc7a114fed6a8afa91..4a3b901f067c2cb024247f2dc9299a6215939019 100755 (executable)
@@ -739,4 +739,7 @@ test_expect_success 'partial clone using HTTP' '
        partial_clone "$HTTPD_DOCUMENT_ROOT_PATH/server" "$HTTPD_URL/smart/server"
 '
 
+# DO NOT add non-httpd-specific tests here, because the last part of this
+# test script is only executed when httpd is available and enabled.
+
 test_done