t/lib-httpd.sh: skip tests if NO_CURL is defined
[gitweb.git] / t / t5541-http-push-smart.sh
index 73af16f481836d3cbfa8a2f82c260d10a3a43c09..2d378f5afcf3abde71e0bb52dc73a76132984af2 100755 (executable)
@@ -6,11 +6,6 @@
 test_description='test smart pushing over http via http-backend'
 . ./test-lib.sh
 
-if test -n "$NO_CURL"; then
-       skip_all='skipping test, git built without http support'
-       test_done
-fi
-
 ROOT_PATH="$PWD"
 . "$TEST_DIRECTORY"/lib-httpd.sh
 . "$TEST_DIRECTORY"/lib-terminal.sh