aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorAdam Vandenberg2010-03-08 22:27:08 -0800
committerAdam Vandenberg2010-04-06 08:27:11 -0700
commita7d74df430a8dfba7bc701c5b526e5d2887c5e1c (patch)
tree16fc8fd0bc64395d1658c65cb3dda6132836c755 /Library/Homebrew/test/tests
parent551d42c6a9a6f9d3c969b0eb8de28e0572c3d351 (diff)
downloadbrew-a7d74df430a8dfba7bc701c5b526e5d2887c5e1c.tar.bz2
Move ARGV tests to separate file.
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests3
1 files changed, 3 insertions, 0 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index 44fba7a28..10cedae1e 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -35,3 +35,6 @@ ruby test_pathname_install.rb $*
# Test utility functions
ruby test_utils.rb $*
+
+# Test ARGV extensions
+ruby test_ARGV.rb $*