aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/patching_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/patching_test.rb')
-rw-r--r--Library/Homebrew/test/patching_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/patching_test.rb b/Library/Homebrew/test/patching_test.rb
index ac14c8e1e..eadab15dc 100644
--- a/Library/Homebrew/test/patching_test.rb
+++ b/Library/Homebrew/test/patching_test.rb
@@ -23,6 +23,7 @@ class PatchingTests < Homebrew::TestCase
def teardown
@_f.clear_cache
@_f.patchlist.each { |p| p.clear_cache if p.external? }
+ super
end
def assert_patched(formula)