diff options
author | Luke Kanies <luke@madstop.com> | 2005-07-12 05:51:04 +0000 |
---|---|---|
committer | Luke Kanies <luke@madstop.com> | 2005-07-12 05:51:04 +0000 |
commit | 3f9bb25b4e44ad94239e8a5be53cb67ad9d765e5 (patch) | |
tree | 420c7b4b3ef3568889871d7f4c54da0938135360 /test | |
parent | 5ff4b02b62328336340c1d73eddc76fdafe0f492 (diff) | |
download | puppet-3f9bb25b4e44ad94239e8a5be53cb67ad9d765e5.tar.gz puppet-3f9bb25b4e44ad94239e8a5be53cb67ad9d765e5.tar.xz puppet-3f9bb25b4e44ad94239e8a5be53cb67ad9d765e5.zip |
removing an obsolete VERBOSE setting
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@374 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test')
-rw-r--r-- | test/puppettest.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/puppettest.rb b/test/puppettest.rb index a20e35079..1ea228a35 100644 --- a/test/puppettest.rb +++ b/test/puppettest.rb @@ -1,8 +1,6 @@ # $Id$ unless defined? PuppetTestSuite - $VERBOSE = true - $:.unshift File.join(Dir.getwd, '../lib') class PuppetTestSuite |