summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorJames Turnbull <james@lovedthanlost.net>2009-08-02 17:03:13 +1000
committerJames Turnbull <james@lovedthanlost.net>2009-08-02 17:03:13 +1000
commitb3545fc528104c9b2431d8ffddd480c30207b38e (patch)
treea0227dca90756306505a2ac558b0c5917129c0f2 /test
parentdc244723bb23fe49b51cbb74bc372303d29fd180 (diff)
downloadpuppet-b3545fc528104c9b2431d8ffddd480c30207b38e.tar.gz
puppet-b3545fc528104c9b2431d8ffddd480c30207b38e.tar.xz
puppet-b3545fc528104c9b2431d8ffddd480c30207b38e.zip
Fixed global deprecation error in useradd Unit tests
Diffstat (limited to 'test')
-rwxr-xr-xtest/ral/providers/user/useradd.rb3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/ral/providers/user/useradd.rb b/test/ral/providers/user/useradd.rb
index 1b1f5d7e8..25798d637 100755
--- a/test/ral/providers/user/useradd.rb
+++ b/test/ral/providers/user/useradd.rb
@@ -107,7 +107,6 @@ class UserAddProviderTest < PuppetTest::TestCase
end
@user.provider.create
- @user.class.clear
# Start again, this time with manages_home off
@vals[:managehome] = false
@@ -154,7 +153,6 @@ class UserAddProviderTest < PuppetTest::TestCase
end
@user.provider.create
- @user.class.clear
# Start again, this time with manages_home off
@vals[:allowdupe] = false
@@ -198,7 +196,6 @@ class UserAddProviderTest < PuppetTest::TestCase
end
@user.provider.create
- @user.class.clear
# Now mark the user made, and make sure the right command is called
setup_user