From b3545fc528104c9b2431d8ffddd480c30207b38e Mon Sep 17 00:00:00 2001 From: James Turnbull Date: Sun, 2 Aug 2009 17:03:13 +1000 Subject: Fixed global deprecation error in useradd Unit tests --- test/ral/providers/user/useradd.rb | 3 --- 1 file changed, 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 -- cgit