diff options
Diffstat (limited to 'test/other/puppet.rb')
-rwxr-xr-x | test/other/puppet.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/puppet.rb b/test/other/puppet.rb index 6fdf46850..4acee3ee5 100755 --- a/test/other/puppet.rb +++ b/test/other/puppet.rb @@ -46,7 +46,7 @@ class TestPuppetModule < Test::Unit::TestCase cleanup do ENV["PATH"] = oldpath end - newpath = oldpath + ":" + "/something/else" + newpath = oldpath + ":/something/else" assert_nothing_raised do Puppet[:path] = newpath end |