X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=t%2Ft5542-push-http-shallow.sh;h=ddc1db722d43ce3cfbf80b46deea0a69a4973247;hb=f6ae050ddb0b43971499f7bad5c1c55ffafd7386;hp=2a691e09ebe5f35e5a1aff6c710e6b4dc525f0d6;hpb=98e3d8faf9eebd382f62a75c886b7e1c6a20279b;p=platform%2Fupstream%2Fgit.git diff --git a/t/t5542-push-http-shallow.sh b/t/t5542-push-http-shallow.sh index 2a691e0..ddc1db7 100755 --- a/t/t5542-push-http-shallow.sh +++ b/t/t5542-push-http-shallow.sh @@ -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