aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_ENV.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_ENV.rb b/Library/Homebrew/test/test_ENV.rb
index 276d9ec92..d2f4b59f7 100644
--- a/Library/Homebrew/test/test_ENV.rb
+++ b/Library/Homebrew/test/test_ENV.rb
@@ -2,7 +2,9 @@ require 'testing_env'
require 'utils'
require 'hardware'
require 'extend/ENV'
+require 'extend/ARGV'
ENV.extend(HomebrewEnvExtension)
+ARGV.extend(HomebrewArgvExtension)
class EnvironmentTests < Test::Unit::TestCase
def test_ENV_options