aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMislav Marohnić2011-06-12 15:46:08 +0200
committerAdam Vandenberg2011-06-14 14:47:33 -0700
commit5fdb145e76e41889668e797d81dfd314cf7dd72d (patch)
treed5c9a9d1f2d19614aeead90bccecd77a2334d1e0
parentdb76c21aee1e53ab284583284c96ba48111e5679 (diff)
downloadbrew-5fdb145e76e41889668e797d81dfd314cf7dd72d.tar.bz2
enable updater tests to be run on their own
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Homebrew/test/test_updater.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_updater.rb b/Library/Homebrew/test/test_updater.rb
index 5659f9c67..348658d25 100644
--- a/Library/Homebrew/test/test_updater.rb
+++ b/Library/Homebrew/test/test_updater.rb
@@ -1,6 +1,7 @@
abort if ARGV.include? "--skip-update"
require 'testing_env'
+HOMEBREW_CELLAR.mkpath
require 'extend/ARGV' # needs to be after test/unit to avoid conflict with OptionsParser
ARGV.extend(HomebrewArgvExtension)