diff-delta: set size out-parameter to 0 for NULL delta
[gitweb.git] / t / t5700-protocol-v1.sh
index d5ed196bfd096f1153c392f25a841aff3a84d7ca..2571eb90b7656cf2237a90806b79f14ab204d90c 100755 (executable)
@@ -292,6 +292,7 @@ test_expect_success 'push with http:// using protocol v1' '
        grep "git< version 1" log
 '
 
-stop_httpd
+# 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