diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-18 19:16:25 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-10-18 19:16:25 +0000 |
| commit | ed38ba4473ac34e18ef83f761a83b312e6c41921 (patch) | |
| tree | e2385fcaea1e16e8d83204667ec7a4c37012ac98 /test/puppet/tc_suidmanager.rb | |
| parent | 7b34e25d1cb4c70568ed05e01556a12994b19dbf (diff) | |
| download | puppet-ed38ba4473ac34e18ef83f761a83b312e6c41921.tar.gz puppet-ed38ba4473ac34e18ef83f761a83b312e6c41921.tar.xz puppet-ed38ba4473ac34e18ef83f761a83b312e6c41921.zip | |
Doing some work on the DSL. It behaves a little more like the real language now, although overrides use the same syntax as normal resources, and there is no facility for specifying defaults
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1814 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/puppet/tc_suidmanager.rb')
| -rwxr-xr-x | test/puppet/tc_suidmanager.rb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/puppet/tc_suidmanager.rb b/test/puppet/tc_suidmanager.rb index 1f4bd4ad2..674dfff8e 100755 --- a/test/puppet/tc_suidmanager.rb +++ b/test/puppet/tc_suidmanager.rb @@ -45,8 +45,6 @@ class TestSUIDManager < Test::Unit::TestCase Puppet::SUIDManager.euid = 0 Puppet::SUIDManager.egid = 0 end - - assert_uid_gid(user.uid, user.gid, tempfile) end end @@ -106,4 +104,4 @@ class TestSUIDManager < Test::Unit::TestCase end end -# $Id:$ +# $Id$ |
