aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-20 23:13:25 -0700
committerAdam Vandenberg2010-04-06 08:27:12 -0700
commitcacb057b912c433928534f61293e0994e0dd040a (patch)
tree77585bd5fd22cae14670c11c2521bb3ad63887c2 /Library/Homebrew/test/tests
parent31ebf6a293f8fbcbe9df8544ba3fdc9dfc27aa91 (diff)
downloadbrew-cacb057b912c433928534f61293e0994e0dd040a.tar.bz2
Move ENV tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index 41e08a6ba..b292bb570 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -23,6 +23,7 @@ ruby test_external_deps.rb $*
ruby test_pathname_install.rb $*
ruby test_utils.rb $*
ruby test_ARGV.rb $*
+ruby test_ENV.rb $*
# Update tests (only seem to work for mxcl)
ruby test_updater.rb $*