summaryrefslogtreecommitdiffstats
path: root/plugins-root/t/check_icmp.t
diff options
context:
space:
mode:
Diffstat (limited to 'plugins-root/t/check_icmp.t')
-rw-r--r--plugins-root/t/check_icmp.t6
1 files changed, 0 insertions, 6 deletions
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(
98 ); 98 );
99is( $res->return_code, 0, "Try max paket size" ); 99is( $res->return_code, 0, "Try max paket size" );
100like( $res->output, $successOutput, "Output OK - Didn't overflow" ); 100like( $res->output, $successOutput, "Output OK - Didn't overflow" );
101
102$res = NPTest->testCmd(
103 "$sudo ./check_icmp -H ::1 -vvv"
104 );
105is( $res->return_code, 0, "Try IPv6 and vvv" );
106like( $res->output, $successOutput, "Output OK - Didn't overflow" );