diff options
-rwxr-xr-x | test/ral/providers/user/useradd.rb | 3 |
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 |