diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/t/check_udp.t | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/t/check_udp.t b/plugins/t/check_udp.t index 6ede300b..619cadfb 100644 --- a/plugins/t/check_udp.t +++ b/plugins/t/check_udp.t @@ -42,6 +42,7 @@ elsif(system("which nc >/dev/null 2>&1") == 0) { } SKIP: { + skip "solaris netcat does not listen to udp", 6 if $^O eq 'solaris'; skip "No netcat available", 6 unless $nc; open (NC, "echo 'barbar' | $nc |"); sleep 1; |