aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_compilers.rb
diff options
context:
space:
mode:
authorJack Nagel2012-06-19 22:50:15 -0500
committerJack Nagel2012-07-04 22:47:34 -0500
commit90dbb8a1413c2a5e1cee0dd1ab05029d657d04af (patch)
tree2b845743eab2df1bfa03afc1fa6de76ba7cd3a64 /Library/Homebrew/test/test_compilers.rb
parent76b2eee7771ecf2b339d1023699ef9f30fa3fe65 (diff)
downloadbrew-90dbb8a1413c2a5e1cee0dd1ab05029d657d04af.tar.bz2
Prune some requires from test files
testing_env already requires utils; set up the ARGV and ENV extensions there as well. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/test_compilers.rb')
-rw-r--r--Library/Homebrew/test/test_compilers.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/Library/Homebrew/test/test_compilers.rb b/Library/Homebrew/test/test_compilers.rb
index bf9bc557a..19eb69434 100644
--- a/Library/Homebrew/test/test_compilers.rb
+++ b/Library/Homebrew/test/test_compilers.rb
@@ -1,11 +1,4 @@
require 'testing_env'
-
-require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
-ARGV.extend(HomebrewArgvExtension)
-
-require 'extend/ENV'
-ENV.extend(HomebrewEnvExtension)
-
require 'test/testball'
class CompilerTests < Test::Unit::TestCase