diff options
| author | David Porter | 2010-05-08 15:35:06 +1000 |
|---|---|---|
| committer | Adam Vandenberg | 2010-05-12 09:20:15 -0700 |
| commit | 4da905b7fb61a48392aee18a8a2b0bf757cdab22 (patch) | |
| tree | 019a01b2811b6699f66136e5b3ede0f31408d838 /Library/Homebrew/test/tests | |
| parent | 5f4871ba9df0e00daf042803d8945deba2534951 (diff) | |
| download | brew-4da905b7fb61a48392aee18a8a2b0bf757cdab22.tar.bz2 | |
Fix the update tests
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/tests')
| -rwxr-xr-x | Library/Homebrew/test/tests | 6 |
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 $* |
