From: Junio C Hamano <junio@pobox.com>
To: git@vger.kernel.org
Subject: [PATCH] t5540: skip under NO_CURL=NoThanks
Date: Wed, 06 May 2015 09:58:06 -0700 [thread overview]
Message-ID: <xmqq6185d4o1.fsf@gitster.dls.corp.google.com> (raw)
All the other tests in t5xxx series that require http support check
NO_CURL and skip the test, but this one forgot to do so.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
---
t/t5540-http-push-webdav.sh | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/t/t5540-http-push-webdav.sh b/t/t5540-http-push-webdav.sh
index 8d7b3c5..e6aec36 100755
--- a/t/t5540-http-push-webdav.sh
+++ b/t/t5540-http-push-webdav.sh
@@ -9,6 +9,12 @@ This test runs various sanity checks on http-push.'
. ./test-lib.sh
+if test -n "$NO_CURL"
+then
+ skip_all='skipping test, git built without http support'
+ test_done
+fi
+
if git http-push > /dev/null 2>&1 || [ $? -eq 128 ]
then
skip_all="skipping test, USE_CURL_MULTI is not defined"
--
2.4.0-312-gc04835c
next reply other threads:[~2015-05-06 16:58 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-06 16:58 Junio C Hamano [this message]
2015-05-06 17:32 ` [PATCH] t5540: skip under NO_CURL=NoThanks Jeff King
2015-05-06 17:42 ` Jeff King
2015-05-06 18:49 ` Junio C Hamano
2015-05-07 16:06 ` [PATCH] tests: skip dav http-push tests under NO_EXPAT=NoThanks Junio C Hamano
2015-05-07 16:13 ` Jeff King
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=xmqq6185d4o1.fsf@gitster.dls.corp.google.com \
--to=junio@pobox.com \
--cc=git@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.