summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-28 04:27:28 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-02-28 04:27:28 +0000
commit32cbc596422de6fa82572b4cb2232c4aa417012b (patch)
treea836d2076bbf25dd5ee7dc96cfa91f731e2cc6ff /test
parent8b5f70911d7486a5cab69377c1988f1e35d88d2e (diff)
Fixing #70. We now have user and group management on FreeBSD.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@958 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rwxr-xr-xtest/types/user.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/types/user.rb b/test/types/user.rb
index 6a7767054..81be56788 100755
--- a/test/types/user.rb
+++ b/test/types/user.rb
@@ -365,6 +365,9 @@ class TestUser < Test::Unit::TestCase
Puppet.err "Not testing attr %s of user" % test
end
}
+
+ user[:ensure] = :absent
+ assert_apply(user)
end
def test_autorequire