Code

Check for existence of pre-instaleld pst3 for Solaris tests in t/check_procs.t
authorThomas Guyot-Sionnest <dermoth@solaris.beaubien.net>
Tue, 17 Mar 2009 06:56:26 +0000 (01:56 -0500)
committerThomas Guyot-Sionnest <dermoth@solaris.beaubien.net>
Tue, 17 Mar 2009 06:56:26 +0000 (01:56 -0500)
plugins/t/check_procs.t

index fc32952d50d002feba942ccbad4448ad6048af7a..30f02488bef0a7f400b9f251ee3551d4a9f7d802 100644 (file)
@@ -10,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;