Code

Corrected rate_multiplier calculation
[nagiosplug.git] / plugins / t / check_procs.t
index 2a41ac5cb3a5e349a186bb4141be3a7853cf1fb0..30f02488bef0a7f400b9f251ee3551d4a9f7d802 100644 (file)
@@ -2,7 +2,6 @@
 #
 # Process Tests via check_procs
 #
-# $Id$
 #
 
 use strict;
@@ -11,7 +10,7 @@ use NPTest;
 
 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;