summaryrefslogtreecommitdiffstats
path: root/test/ral/providers/service/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ral/providers/service/base.rb')
-rwxr-xr-xtest/ral/providers/service/base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ral/providers/service/base.rb b/test/ral/providers/service/base.rb
index f1db0470d..ffaf5987e 100755
--- a/test/ral/providers/service/base.rb
+++ b/test/ral/providers/service/base.rb
@@ -11,7 +11,7 @@ class TestBaseServiceProvider < Test::Unit::TestCase
include PuppetTest
def test_base
- running = tempfile()
+ running = tempfile
commands = {}
%w{touch rm test}.each do |c|