aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/ENV_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/ENV_test.rb')
-rw-r--r--Library/Homebrew/test/ENV_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/ENV_test.rb b/Library/Homebrew/test/ENV_test.rb
index dd6025084..cbfd01e25 100644
--- a/Library/Homebrew/test/ENV_test.rb
+++ b/Library/Homebrew/test/ENV_test.rb
@@ -31,6 +31,7 @@ end
module SharedEnvTests
def setup
+ super
@env = {}.extend(EnvActivation)
end