Merge branch 'sg/commit-graph-validate'
[gitweb.git] / t / t0410-partial-clone.sh
index bce02788e6e1b03b87911fb13594e0cf6f80fdab..6415063980b49985b25d351f5c0079f44ad92533 100755 (executable)
@@ -518,6 +518,7 @@ test_expect_success 'fetching of missing objects from an HTTP server' '
        git verify-pack --verbose "$IDX" | grep "$HASH"
 '
 
-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