aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/sandbox_test.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test/sandbox_test.rb')
-rw-r--r--Library/Homebrew/test/sandbox_test.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/Library/Homebrew/test/sandbox_test.rb b/Library/Homebrew/test/sandbox_test.rb
index 96558afa4..2e97b5d6a 100644
--- a/Library/Homebrew/test/sandbox_test.rb
+++ b/Library/Homebrew/test/sandbox_test.rb
@@ -10,11 +10,6 @@ class SandboxTest < Homebrew::TestCase
@file = @dir/"foo"
end
- def teardown
- @dir.rmtree
- super
- end
-
def test_formula?
f = formula { url "foo-1.0" }
f2 = formula { url "bar-1.0" }