fix number of tests

This commit is contained in:
Lorenz Kästle 2025-09-15 02:17:44 +02:00
parent c07dd02bee
commit eca9eaf9f5

View file

@ -13,7 +13,7 @@ use vars qw($tests $has_ipv6);
BEGIN {
use NPTest;
$has_ipv6 = NPTest::has_ipv6();
$tests = $has_ipv6 ? 59 : 57;
$tests = $has_ipv6 ? 55 : 53;
plan tests => $tests;
}