aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/tests
diff options
context:
space:
mode:
authorDavid Porter2010-05-08 15:35:06 +1000
committerAdam Vandenberg2010-05-12 09:20:15 -0700
commit4da905b7fb61a48392aee18a8a2b0bf757cdab22 (patch)
tree019a01b2811b6699f66136e5b3ede0f31408d838 /Library/Homebrew/test/tests
parent5f4871ba9df0e00daf042803d8945deba2534951 (diff)
downloadbrew-4da905b7fb61a48392aee18a8a2b0bf757cdab22.tar.bz2
Fix the update tests
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/tests')
-rwxr-xr-xLibrary/Homebrew/test/tests6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests
index b292bb570..21cc9f17e 100755
--- a/Library/Homebrew/test/tests
+++ b/Library/Homebrew/test/tests
@@ -5,10 +5,6 @@
# Note: "formula_test" is omitted; these aren't unit tests but sanity checks
# on the real formulae.
#
-# Run as:
-# ./tests -- --skip-update
-# to omit the update tests which only seem to work for mxcl
-#
# Feel free to split out test_bucket
ruby test_bucket.rb $*
@@ -24,6 +20,4 @@ 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 $*