summaryrefslogtreecommitdiffstats
path: root/test/other/puppet.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/other/puppet.rb')
-rwxr-xr-xtest/other/puppet.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/other/puppet.rb b/test/other/puppet.rb
index 1f81bb781..7caba8996 100755
--- a/test/other/puppet.rb
+++ b/test/other/puppet.rb
@@ -61,8 +61,8 @@ class TestPuppetModule < Test::Unit::TestCase
$LOAD_PATH.delete(dir) unless oldlibs.include?(dir)
end
end
- one = tempfile()
- two = tempfile()
+ one = tempfile
+ two = tempfile
Dir.mkdir(one)
Dir.mkdir(two)