From 503cb884941f4c9a909446975de284a60261e894 Mon Sep 17 00:00:00 2001
From: Erik Auerswald <auerswal@unix-ag.uni-kl.de>
Date: Sun, 1 May 2022 17:55:45 +0200
Subject: [PATCH 8/8] adjust number of skipped tests

The previous commit removed one individual test, but did not
update the number ob skipped tests as well.
---
 ci/test-06-options-f-h.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/test-06-options-f-h.pl b/ci/test-06-options-f-h.pl
index 2fcc8b8..fac7d23 100755
--- a/ci/test-06-options-f-h.pl
+++ b/ci/test-06-options-f-h.pl
@@ -172,7 +172,7 @@ SKIP: {
 # fping -g (IPv6 range - higher and lower 64 bits in use)
 SKIP: {
     if($ENV{SKIP_IPV6}) {
-        skip 'Skip IPv6 tests', 3;
+        skip 'Skip IPv6 tests', 2;
     }
     my $cmd = Test::Command->new(cmd => "fping -t 100 -r 0 -g fe80::ffff:ffff:ffff:ffff fe80:0:0:1::");
     $cmd->stdout_like(qr{fe80::ffff:ffff:ffff:ffff is (alive|unreachable)\n});
-- 
2.25.1

