summaryrefslogtreecommitdiffstats
path: root/test/puppet/tc_suidmanager.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/puppet/tc_suidmanager.rb')
-rw-r--r--test/puppet/tc_suidmanager.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/puppet/tc_suidmanager.rb b/test/puppet/tc_suidmanager.rb
index 04cbed8e6..c9b843147 100644
--- a/test/puppet/tc_suidmanager.rb
+++ b/test/puppet/tc_suidmanager.rb
@@ -46,7 +46,7 @@ class TestSUIDManager < Test::Unit::TestCase
end
end
def test_utiluid
- user = nonrootuser
+ user = nonrootuser.name
if @run
assert_not_equal(nil, Puppet::Util.uid(user))
end
@@ -89,4 +89,4 @@ class TestSUIDManager < Test::Unit::TestCase
end
end
-# $Id:$ \ No newline at end of file
+# $Id:$