summaryrefslogtreecommitdiffstats
path: root/test/util/utiltest.rb
Commit message (Expand)AuthorAgeFilesLines
* Changing the test/ classes so that they work from the mainLuke Kanies2007-10-261-1/+1
* Removing the Id tags from all of the filesLuke Kanies2007-10-031-1/+0
* Refactor SUIDManager tests to run without root, change SUIDManager's behavior...christian2007-08-091-109/+0
* Applying the patch by wyvern from #662. This should hopefully kill the clien...luke2007-06-181-6/+9
* Redoing autoload a bit in preparation for adding a plugindirluke2007-05-161-1/+1
* Set LANG/LC_ALL/LC_MESSAGES/LANGUAGE to 'C' whenever we execute things, so th...mpalmer2007-05-031-0/+26
* Fix for #565: Final merge of changes from source:branches/execute-refactor in...mccune2007-04-031-4/+26
* Moving some of the stand-alone classes into the util/ subdirectory, to clean ...luke2007-02-071-9/+9
* I have not yet finished testing, but most of the providers now successfully p...luke2006-12-281-7/+10
* Allow execution of bare strings as long as there's no attempt to change uid/gidlutter2006-12-221-0/+12
* Fixing #380. The problem was that a method was sometimes returning :absent w...luke2006-12-201-0/+19
* Fixing #372 and #374. All is not perfect, since OS X still cannot set UID, b...luke2006-12-191-0/+46
* Merging the code over from the oscar branch. I will now be doing all develop...luke2006-11-081-99/+0
* Fixing the test scripts so that the library pathluke2006-10-161-1/+3
* Adding a ruby header to all of the tests so that they can now be executed as ...luke2006-10-161-0/+2
* + Puppet::SUIDManager - This replaces all calls to the built-in ruby 'Process...erikh2006-09-221-13/+13
* Converting to using the Rakefile for testing. The old 'test' script isluke2006-09-191-8/+1
* Making some of the metaprogramming a bit more explicit and a bit easier to ma...luke2006-08-201-0/+368