diff options
| author | Mislav Marohnić | 2011-06-12 15:46:08 +0200 | 
|---|---|---|
| committer | Adam Vandenberg | 2011-06-14 14:47:33 -0700 | 
| commit | e0b21f50cd3ebb84f127a78cf3b6d34c0f3f2aac (patch) | |
| tree | 0e3c946027042d09612a560391a2791b9f288f0e /Library/Homebrew/test/test_updater.rb | |
| parent | 244e99c5ae14b20ee00a1761affd74728a7eafcd (diff) | |
| download | homebrew-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.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)  | 
