From 4da905b7fb61a48392aee18a8a2b0bf757cdab22 Mon Sep 17 00:00:00 2001 From: David Porter Date: Sat, 8 May 2010 15:35:06 +1000 Subject: Fix the update tests Signed-off-by: Adam Vandenberg --- Library/Homebrew/test/tests | 6 ------ 1 file changed, 6 deletions(-) (limited to 'Library/Homebrew/test/tests') 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 $* -- cgit v1.2.3