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