From ee72f25b88c40defb261747ba4619ee326fa1830 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 25 Oct 2010 09:28:36 -0700 Subject: [PATCH] brew-test - make ENV available to tests --- Library/Contributions/examples/brew-test.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Contributions/examples/brew-test.rb b/Library/Contributions/examples/brew-test.rb index ac57a317ae..fad657c4d0 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?