brew-test - make ENV available to tests

This commit is contained in:
Adam Vandenberg 2010-10-25 09:28:36 -07:00
parent b602128a83
commit ee72f25b88

View File

@ -1,3 +1,6 @@
require 'extend/ENV'
ENV.extend(HomebrewEnvExtension)
ARGV.formulae.each do |f|
# Cannot test uninstalled formulae
unless f.installed?