From d8354ec15d05241dd28891771609839b73507d28 Mon Sep 17 00:00:00 2001 From: Sven Nierlein Date: Fri, 27 Dec 2013 01:14:50 +0100 Subject: fixed tests when there is no direct internet connection - check http had wrong number of skipped tests - check tcp did not use the 'no internet' flag at all --- plugins/t/check_http.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/t/check_http.t') diff --git a/plugins/t/check_http.t b/plugins/t/check_http.t index 29086737..29cac698 100644 --- a/plugins/t/check_http.t +++ b/plugins/t/check_http.t @@ -82,7 +82,7 @@ SKIP: { cmp_ok( $res->return_code, "==", 0, "And also when not found"); } SKIP: { - skip "No internet access", 11 if $internet_access eq "no"; + skip "No internet access", 16 if $internet_access eq "no"; $res = NPTest->testCmd( "./check_http --ssl www.verisign.com" -- cgit v1.2.3