aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_external_deps.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_external_deps.rb')
-rw-r--r--Library/Homebrew/test/test_external_deps.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/test_external_deps.rb b/Library/Homebrew/test/test_external_deps.rb
index 2d955dc26..f36eac9b0 100644
--- a/Library/Homebrew/test/test_external_deps.rb
+++ b/Library/Homebrew/test/test_external_deps.rb
@@ -1,12 +1,7 @@
require 'testing_env'
-
-require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
-ARGV.extend(HomebrewArgvExtension)
-
require 'extend/string'
require 'test/testball'
require 'formula_installer'
-require 'utils'
class ExternalDepsTests < Test::Unit::TestCase