diff options
| author | Mislav Marohnić | 2011-06-12 15:46:08 +0200 |
|---|---|---|
| committer | Adam Vandenberg | 2011-06-14 14:47:33 -0700 |
| commit | 5fdb145e76e41889668e797d81dfd314cf7dd72d (patch) | |
| tree | d5c9a9d1f2d19614aeead90bccecd77a2334d1e0 /Library/Homebrew | |
| parent | db76c21aee1e53ab284583284c96ba48111e5679 (diff) | |
| download | brew-5fdb145e76e41889668e797d81dfd314cf7dd72d.tar.bz2 | |
enable updater tests to be run on their own
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/test/test_updater.rb | 1 |
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) |
