aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rwxr-xr-xLibrary/Contributions/examples/brew-test.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Contributions/examples/brew-test.rb b/Library/Contributions/examples/brew-test.rb
index ac57a317a..fad657c4d 100755
--- a/Library/Contributions/examples/brew-test.rb
+++ b/Library/Contributions/examples/brew-test.rb
@@ -1,3 +1,6 @@
+require 'extend/ENV'
+ENV.extend(HomebrewEnvExtension)
+
ARGV.formulae.each do |f|
# Cannot test uninstalled formulae
unless f.installed?