]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5540-http-push-webdav.sh
Skip t5540-http-push test when USE_CURL_MULTI is undefined
authorMike Hommey <mh@glandium.org>
Mon, 7 Jul 2008 19:02:50 +0000 (21:02 +0200)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2008 05:50:14 +0000 (22:50 -0700)
commit960862628256ca3272939db7973b030c2b6ba548
tree5fed0af3192c18784447e1755076ebeaef9f0327
parent13b5481ed8309ced4b6435bf3956713651ea31d1
Skip t5540-http-push test when USE_CURL_MULTI is undefined

When USE_CURL_MULTI is undefined, git http-push doesn't work, so it's
useless to test it.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5540-http-push.sh