aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-22 19:59:13 +0000
committerAlyssa Ross2017-01-22 19:59:13 +0000
commit9c3d01c682056367f59d557720c7a08ca67f48c4 (patch)
tree9738f4097a776bb26c804b6ddac2d5f4fc493bd0 /Library
parentcbc9e5dd3b0b47a98e3976ae1683641dbe94b57d (diff)
downloadbrew-9c3d01c682056367f59d557720c7a08ca67f48c4.tar.bz2
tests: remove unnecessary comment
See https://github.com/Homebrew/brew/pull/1890#discussion_r97229473.
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