]> granicus.if.org Git - curl/commitdiff
Disable test due to keyword before disabling due to bad server.
authorDan Fandrich <dan@coneharvesters.com>
Mon, 11 Feb 2008 20:10:36 +0000 (20:10 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Mon, 11 Feb 2008 20:10:36 +0000 (20:10 +0000)
tests/runtests.pl

index 633485577c1070d19af1139ddbb044fb2cfaf5d8..25f471adf8e3e3433d0986b77939f2af489c887c 100755 (executable)
@@ -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];