From 2e48c1a8cc42aede4741a2c0c6854a94ab0404c1 Mon Sep 17 00:00:00 2001 From: RincewindsHat <12514511+RincewindsHat@users.noreply.github.com> Date: Mon, 24 Jan 2022 23:21:46 +0100 Subject: Remove IPv6 test, since we don't have that diff --git a/plugins-root/t/check_icmp.t b/plugins-root/t/check_icmp.t index 98ef966..bb7cfbc 100644 --- a/plugins-root/t/check_icmp.t +++ b/plugins-root/t/check_icmp.t @@ -98,9 +98,3 @@ $res = NPTest->testCmd( ); is( $res->return_code, 0, "Try max paket size" ); like( $res->output, $successOutput, "Output OK - Didn't overflow" ); - -$res = NPTest->testCmd( - "$sudo ./check_icmp -H ::1 -vvv" - ); -is( $res->return_code, 0, "Try IPv6 and vvv" ); -like( $res->output, $successOutput, "Output OK - Didn't overflow" ); -- cgit v0.10-9-g596f