summaryrefslogtreecommitdiffstats
path: root/test/ral/providers/user.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ral/providers/user.rb')
-rwxr-xr-xtest/ral/providers/user.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/ral/providers/user.rb b/test/ral/providers/user.rb
index 7769e3a26..628d88acf 100755
--- a/test/ral/providers/user.rb
+++ b/test/ral/providers/user.rb
@@ -11,7 +11,7 @@ class TestUserProvider < Test::Unit::TestCase
def setup
super
- setme()
+ setme
@@tmpusers = []
@provider = nil
assert_nothing_raised {
@@ -114,7 +114,7 @@ class TestUserProvider < Test::Unit::TestCase
when :ensure; :present
when :comment; "Puppet's Testing User #{name}" # use a single quote a la #375
when :gid; nonrootgroup.gid
- when :shell; findshell()
+ when :shell; findshell
when :home; "/home/#{name}"
else
return nil