From: Dan Fandrich Date: Mon, 11 Feb 2008 20:10:36 +0000 (+0000) Subject: Disable test due to keyword before disabling due to bad server. X-Git-Tag: curl-7_18_1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75c369dcca218841c6935ca8cf04c2bde7e83164;p=curl Disable test due to keyword before disabling due to bad server. --- diff --git a/tests/runtests.pl b/tests/runtests.pl index 633485577..25f471adf 100755 --- a/tests/runtests.pl +++ b/tests/runtests.pl @@ -1804,10 +1804,6 @@ sub singletest { last; } - if(!$why) { - $why = serverfortest($testnum); - } - if(!$why) { my @keywords = getpart("info", "keywords"); my $k; @@ -1819,6 +1815,10 @@ sub singletest { } } + if(!$why) { + $why = serverfortest($testnum); + } + if(!$why) { my @precheck = getpart("client", "precheck"); $cmd = $precheck[0];