summaryrefslogtreecommitdiffstats
path: root/test/other/puppet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/puppet.rb')
-rwxr-xr-xtest/other/puppet.rb2
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