Imported Upstream version 2.23.3
[platform/upstream/git.git] / t / t5542-push-http-shallow.sh
index 2a691e0..ddc1db7 100755 (executable)
@@ -3,12 +3,6 @@
 test_description='push from/to a shallow clone over http'
 
 . ./test-lib.sh
-
-if test -n "$NO_CURL"; then
-       say 'skipping test, git built without http support'
-       test_done
-fi
-
 . "$TEST_DIRECTORY"/lib-httpd.sh
 start_httpd
 
@@ -96,5 +90,4 @@ EOF
        )
 '
 
-stop_httpd
 test_done