diff options
Diffstat (limited to 'test/other/autoload.rb')
-rw-r--r-- | test/other/autoload.rb | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/test/other/autoload.rb b/test/other/autoload.rb index 95fafbda2..7cbb11c1a 100644 --- a/test/other/autoload.rb +++ b/test/other/autoload.rb @@ -1,18 +1,11 @@ #!/usr/bin/env ruby -if __FILE__ == $0 - $:.unshift '..' - $:.unshift '../../lib' - $puppetbase = "../.." -end - require 'puppet' require 'puppet/autoload' require 'puppettest' -require 'test/unit' class TestAutoload < Test::Unit::TestCase - include TestPuppet + include PuppetTest @things = [] def self.newthing(name) @things << name |