aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/patch_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/patch_test.rb')
-rw-r--r--Library/Homebrew/test/patch_test.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/patch_test.rb b/Library/Homebrew/test/patch_test.rb
index 62624720e..f5a61398a 100644
--- a/Library/Homebrew/test/patch_test.rb
+++ b/Library/Homebrew/test/patch_test.rb
@@ -111,6 +111,7 @@ end
class ExternalPatchTests < Homebrew::TestCase
def setup
+ super
@p = ExternalPatch.new(:p1) { url "file:///my.patch" }
end