aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_pathname_install.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/test_pathname_install.rb')
-rw-r--r--Library/Homebrew/test/test_pathname_install.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/Library/Homebrew/test/test_pathname_install.rb b/Library/Homebrew/test/test_pathname_install.rb
index 349737681..bdd90ec4c 100644
--- a/Library/Homebrew/test/test_pathname_install.rb
+++ b/Library/Homebrew/test/test_pathname_install.rb
@@ -1,9 +1,5 @@
require 'testing_env'
-require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
-ARGV.extend(HomebrewArgvExtension)
-
-
TEMP_FOLDER = HOMEBREW_PREFIX+"temp_dir"
TARGET_FOLDER = TEMP_FOLDER+'folder1'