tests: remove unnecessary comment

See https://github.com/Homebrew/brew/pull/1890#discussion_r97229473.
This commit is contained in:
Alyssa Ross 2017-01-22 19:59:13 +00:00
parent cbc9e5dd3b
commit 9c3d01c682

View File

@ -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