From a468c15b6c3d1bd86c846cd0db44d8ca207b2bec Mon Sep 17 00:00:00 2001 From: luke Date: Thu, 21 Sep 2006 21:38:40 +0000 Subject: Disabling a test on solaris, since apparently sh on solaris is different than everywhere else git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1654 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/types/exec.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/types/exec.rb b/test/types/exec.rb index 4719e0baa..d51af1736 100755 --- a/test/types/exec.rb +++ b/test/types/exec.rb @@ -524,6 +524,8 @@ class TestExec < Test::Unit::TestCase end def test_missing_checks_cause_failures + # Solaris's sh exits with 1 here instead of 127 + return if Facter.value(:operatingsystem) == "Solaris" exec = Puppet::Type.newexec( :command => "echo true", :path => ENV["PATH"], -- cgit