diff options
Diffstat (limited to 'Library')
| -rwxr-xr-x | Library/Contributions/examples/brew-test.rb | 3 |
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? |
