diff options
| author | Jack Nagel | 2014-06-16 14:32:06 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-16 14:32:24 -0500 |
| commit | 9a1c67277cdf3d0aa3c5121b656816eef5979d2e (patch) | |
| tree | f3b1d1c5f0c5c85e03f1dc19f826efca9ad79058 /Library | |
| parent | 86fa6d31144c5c3e2b994db5229656836fbad54c (diff) | |
| download | homebrew-9a1c67277cdf3d0aa3c5121b656816eef5979d2e.tar.bz2 | |
Don't load unused compat files for tests
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index 8526cc853..eca0335c0 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -73,8 +73,6 @@ def shutup end end -require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT'] - require 'test/unit' # must be after at_exit require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser ARGV.extend(HomebrewArgvExtension) |
