diff options
| author | Jack Nagel | 2014-06-10 22:29:20 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-10 22:29:20 -0500 |
| commit | 43c301b5caf26d276950f5f9b9bc95c027bf235b (patch) | |
| tree | 696f5d1c1fa75bade8edceca3712208c42f70942 | |
| parent | 338297d850150c266fe4aa3dcd8784ac9c241c36 (diff) | |
| download | homebrew-43c301b5caf26d276950f5f9b9bc95c027bf235b.tar.bz2 | |
Remove unnecessary require
| -rw-r--r-- | Library/Homebrew/test/testing_env.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/test/testing_env.rb b/Library/Homebrew/test/testing_env.rb index 8961db729..8526cc853 100644 --- a/Library/Homebrew/test/testing_env.rb +++ b/Library/Homebrew/test/testing_env.rb @@ -77,7 +77,6 @@ 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 -require 'extend/ENV' ARGV.extend(HomebrewArgvExtension) begin |
