aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_updater.rb
diff options
context:
space:
mode:
authorMislav Marohnić2011-06-12 15:46:08 +0200
committerAdam Vandenberg2011-06-14 14:47:33 -0700
commite0b21f50cd3ebb84f127a78cf3b6d34c0f3f2aac (patch)
tree0e3c946027042d09612a560391a2791b9f288f0e /Library/Homebrew/test/test_updater.rb
parent244e99c5ae14b20ee00a1761affd74728a7eafcd (diff)
downloadhomebrew-e0b21f50cd3ebb84f127a78cf3b6d34c0f3f2aac.tar.bz2
enable updater tests to be run on their own
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/test_updater.rb')
-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)