summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 16030bc)
raw | patch | inline | side by side (parent: 16030bc)
author | Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | |
Tue, 17 Mar 2009 06:56:26 +0000 (01:56 -0500) | ||
committer | Thomas Guyot-Sionnest <dermoth@solaris.beaubien.net> | |
Tue, 17 Mar 2009 06:56:26 +0000 (01:56 -0500) |
plugins/t/check_procs.t | patch | blob | history |
index fc32952d50d002feba942ccbad4448ad6048af7a..30f02488bef0a7f400b9f251ee3551d4a9f7d802 100644 (file)
--- a/plugins/t/check_procs.t
+++ b/plugins/t/check_procs.t
my $t;
-if (`uname -s` eq "SunOS\n") {
+if (`uname -s` eq "SunOS\n" && ! -x "/usr/local/nagios/libexec/pst3") {
plan skip_all => "Ignoring tests on solaris because of pst3";
} else {
plan tests => 12;