]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5500-fetch-pack.sh
t: warn against adding non-httpd-specific tests after sourcing 'lib-httpd'
[thirdparty/git.git] / t / t5500-fetch-pack.sh
index 1c71c0ec770cd54505f65bf83eca91f153cdf785..8210f63d41edbea01dffaae37282436846d3974b 100755 (executable)
@@ -920,4 +920,7 @@ test_expect_success 'fetch with --filter=blob:limit=0 and HTTP' '
        fetch_filter_blob_limit_zero "$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