aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/pathname_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/pathname_test.rb')
-rw-r--r--Library/Homebrew/test/pathname_test.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/test/pathname_test.rb b/Library/Homebrew/test/pathname_test.rb
index 2f4002b00..b48a26fbd 100644
--- a/Library/Homebrew/test/pathname_test.rb
+++ b/Library/Homebrew/test/pathname_test.rb
@@ -13,12 +13,6 @@ module PathnameTestExtension
@file = @src/"foo"
@dir = @src/"bar"
end
-
- def teardown
- rmtree(@src)
- rmtree(@dst)
- super
- end
end
class PathnameTests < Homebrew::TestCase