cherry-pick/revert: add --skip option
[gitweb.git] / t / t0410-partial-clone.sh
index 169f7f10a7332c1e9c71c09165d90dd7b7377d9e..5bd892f2f7a90ac9e35993c137e0addd10d17bde 100755 (executable)
@@ -492,7 +492,6 @@ test_expect_success 'gc stops traversal when a missing but promised object is re
        ! grep "$TREE_HASH" out
 '
 
-LIB_HTTPD_PORT=12345  # default port, 410, cannot be used as non-root
 . "$TEST_DIRECTORY"/lib-httpd.sh
 start_httpd
 
@@ -519,6 +518,4 @@ test_expect_success 'fetching of missing objects from an HTTP server' '
        git verify-pack --verbose "$IDX" | grep "$HASH"
 '
 
-stop_httpd
-
 test_done