From 90dbb8a1413c2a5e1cee0dd1ab05029d657d04af Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 19 Jun 2012 22:50:15 -0500 Subject: 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 --- Library/Homebrew/test/test_patching.rb | 5 ----- 1 file changed, 5 deletions(-) (limited to 'Library/Homebrew/test/test_patching.rb') diff --git a/Library/Homebrew/test/test_patching.rb b/Library/Homebrew/test/test_patching.rb index bd51c1a15..248530a49 100644 --- a/Library/Homebrew/test/test_patching.rb +++ b/Library/Homebrew/test/test_patching.rb @@ -1,10 +1,5 @@ require 'testing_env' - -require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser -ARGV.extend(HomebrewArgvExtension) - require 'test/testball' -require 'utils' class DefaultPatchBall