Fourth batch
[gitweb.git] / t / t5545-push-options.sh
index b47a95871cac3dd8593b3b9262d238be3914ac62..04b34c4de19f858c530e6944822d778c26391a72 100755 (executable)
@@ -278,6 +278,7 @@ test_expect_success 'push options keep quoted characters intact (http)' '
        test_cmp expect "$HTTPD_DOCUMENT_ROOT_PATH"/upstream.git/hooks/pre-receive.push_options
 '
 
-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