aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/support/helper/test_case.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/support/helper/test_case.rb b/Library/Homebrew/test/support/helper/test_case.rb
index c4c7f8727..801fa08c7 100644
--- a/Library/Homebrew/test/support/helper/test_case.rb
+++ b/Library/Homebrew/test/support/helper/test_case.rb
@@ -18,7 +18,7 @@ module Homebrew
super
@__argv = ARGV.dup
- @__env = copy_env # Call #to_hash to duplicate ENV
+ @__env = copy_env
end
def teardown