diff options
Diffstat (limited to 'test/other/log.rb')
-rw-r--r-- | test/other/log.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/other/log.rb b/test/other/log.rb index 0bc2656ea..16f458193 100644 --- a/test/other/log.rb +++ b/test/other/log.rb @@ -182,7 +182,7 @@ class TestLog < Test::Unit::TestCase path = tempfile() file = Puppet.type(:file).create( :path => path, - :create => true + :ensure => "file" ) assert_nothing_raised { |