diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-16 23:20:19 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2005-09-16 23:20:19 +0000 |
| commit | 42deabbe80de28ca7e086568cdb0fe670415893b (patch) | |
| tree | 1353bc2cd98bb605eb4e34cdac1ad182e03b6476 /test | |
| parent | e0d1d311d9d8335b938bd0312f6a712ce2c5127f (diff) | |
all tests for users and groups pass again on fedora, debian, and solaris
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@683 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
| -rwxr-xr-x | test/types/tc_user.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/types/tc_user.rb b/test/types/tc_user.rb index 0e0072b96..fd1e7d8e6 100755 --- a/test/types/tc_user.rb +++ b/test/types/tc_user.rb @@ -146,6 +146,7 @@ class TestUser < TestPuppet group = Etc.getgrnam(gid) rescue ArgumentError => detail false + next end old != group.gid } |
