diff --git a/Library/Homebrew/test/test_updater.rb b/Library/Homebrew/test/test_updater.rb index 41824ebdede20e9de5214ed23a27e066653064d1..ec48851ae1ab5802acba7ac2275ac7d783c346c8 100644 --- a/Library/Homebrew/test/test_updater.rb +++ b/Library/Homebrew/test/test_updater.rb @@ -51,6 +51,10 @@ class UpdaterTests < Homebrew::TestCase @report = Report.new end + def teardown + FileUtils.rm_rf HOMEBREW_LIBRARY.join("Taps") + end + def perform_update(fixture_name="") @updater.diff = fixture(fixture_name) @updater.in_repo_expect("git checkout -q master")