From 9d127ac3d58f99a744fe017f89ca64dcaeeed778 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Fri, 12 Feb 2010 14:56:01 -0800 Subject: Move updater tests to separate file. --- Library/Homebrew/test/tests | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Library/Homebrew/test/tests') diff --git a/Library/Homebrew/test/tests b/Library/Homebrew/test/tests index a63d5be35..64aaf3109 100755 --- a/Library/Homebrew/test/tests +++ b/Library/Homebrew/test/tests @@ -9,6 +9,9 @@ # Bulk of the tests ruby unittest.rb $* +# Update tests (only seem to work for mxcl) +ruby test_updater.rb $* + # Patching tests ruby test_patching.rb $* -- cgit v1.2.3