summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetmodule.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables/puppetmodule.rb')
-rwxr-xr-xtest/executables/puppetmodule.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetmodule.rb b/test/executables/puppetmodule.rb
index c0020779d..56173c4b6 100755
--- a/test/executables/puppetmodule.rb
+++ b/test/executables/puppetmodule.rb
@@ -25,7 +25,7 @@ class TestPuppetModule < Test::Unit::TestCase
createdfile = tempfile()
File.open(file, "w") { |f|
- f.puts "class yaytest { file { \"#{createdfile}\": create => true } }"
+ f.puts "class yaytest { file { \"#{createdfile}\": ensure => file } }"
}
output = nil