Blob Blame History Raw
diff --git a/t/26-xmlrpc.t b/t/26-xmlrpc.t
index c747636..199b266 100644
--- a/t/26-xmlrpc.t
+++ b/t/26-xmlrpc.t
@@ -25,7 +25,7 @@ SKIP: {
     $r = $s->test_connection;
 
     unless ( defined $r && defined $r->envelope ) {
-        skip 'need XMLRPC::Lite', 8 if $@;
+        skip 'need XMLRPC::Lite', 6 if $@;
         print "1..0 # Skip: ", $s->transport->status, "\n";
         exit;
     }