]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t5550-http-fetch.sh
Merge branch 'en/d-f-conflict-fix'
[thirdparty/git.git] / t / t5550-http-fetch.sh
index fc675b50adfa945724cd7d17dbb6034df53426d3..2fb48d09edb47129d9cea8b9686e46a6d8f35615 100755 (executable)
@@ -4,7 +4,7 @@ test_description='test dumb fetching over http via static file'
 . ./test-lib.sh
 
 if test -n "$NO_CURL"; then
-       say 'skipping test, git built without http support'
+       skip_all='skipping test, git built without http support'
        test_done
 fi