diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_curl.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/t/check_curl.t b/plugins/t/check_curl.t index 2b2d81a8..2c2fafde 100644 --- a/plugins/t/check_curl.t +++ b/plugins/t/check_curl.t | |||
@@ -13,7 +13,7 @@ use vars qw($tests $has_ipv6); | |||
13 | BEGIN { | 13 | BEGIN { |
14 | use NPTest; | 14 | use NPTest; |
15 | $has_ipv6 = NPTest::has_ipv6(); | 15 | $has_ipv6 = NPTest::has_ipv6(); |
16 | $tests = $has_ipv6 ? 59 : 57; | 16 | $tests = $has_ipv6 ? 55 : 53; |
17 | plan tests => $tests; | 17 | plan tests => $tests; |
18 | } | 18 | } |
19 | 19 | ||