diff options
author | James Turnbull <james@lovedthanlost.net> | 2008-02-28 13:30:33 +1100 |
---|---|---|
committer | James Turnbull <james@lovedthanlost.net> | 2008-02-28 13:30:33 +1100 |
commit | 62865e0dc921b3d81a89d59c387c3697f37a629c (patch) | |
tree | 6bf92f02574939b66ff2622a9b93c7b6c6529ecd /test | |
parent | 3b5daf77d4ab8da5d3ae9d20e86de8b79e74df2c (diff) | |
parent | bb8051bc406d1da67db8212e852bb36d1368e953 (diff) | |
download | puppet-62865e0dc921b3d81a89d59c387c3697f37a629c.tar.gz puppet-62865e0dc921b3d81a89d59c387c3697f37a629c.tar.xz puppet-62865e0dc921b3d81a89d59c387c3697f37a629c.zip |
Merge branch '0.24.x' of git://reductivelabs.com/puppet into 0.24.x
Diffstat (limited to 'test')
-rwxr-xr-x | test/ral/types/exec.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ral/types/exec.rb b/test/ral/types/exec.rb index 4133d8519..e2a3dd9ed 100755 --- a/test/ral/types/exec.rb +++ b/test/ral/types/exec.rb @@ -394,8 +394,8 @@ class TestExec < Test::Unit::TestCase assert_apply(exec) assert_nothing_raised { - exec[:command] = "echo logoutput is warning" - exec[:logoutput] = "warning" + exec[:command] = "echo logoutput is on_failure" + exec[:logoutput] = "on_failure" } assert_apply(exec) |