diff options
Diffstat (limited to 'plugins/t/check_udp.t')
-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 6ede300..619cadf 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) { | |||
42 | } | 42 | } |
43 | 43 | ||
44 | SKIP: { | 44 | SKIP: { |
45 | skip "solaris netcat does not listen to udp", 6 if $^O eq 'solaris'; | ||
45 | skip "No netcat available", 6 unless $nc; | 46 | skip "No netcat available", 6 unless $nc; |
46 | open (NC, "echo 'barbar' | $nc |"); | 47 | open (NC, "echo 'barbar' | $nc |"); |
47 | sleep 1; | 48 | sleep 1; |