From 344f77e1799dfd3c00b3e70a2d29517dd9c2754d Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 16 Jun 2014 14:32:06 -0500 Subject: Don't load unused compat files for tests --- Library/Homebrew/test/testing_env.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library') 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) -- cgit v1.2.3