git: simplify environment save/restore logic
[gitweb.git] / t / t5561-http-backend.sh
index 8c6d0b2f20c803574af273b9d7c4ffd41870adcc..19afe966986cdc72cf8fc23f113bd77a8128f382 100755 (executable)
@@ -2,13 +2,6 @@
 
 test_description='test git-http-backend'
 . ./test-lib.sh
-
-if test -n "$NO_CURL"; then
-       say 'skipping test, git built without http support'
-       test_done
-fi
-
-LIB_HTTPD_PORT=${LIB_HTTPD_PORT-'5561'}
 . "$TEST_DIRECTORY"/lib-httpd.sh
 start_httpd