aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/os/mac
diff options
context:
space:
mode:
authorAlyssa Ross2017-01-21 16:15:48 +0000
committerAlyssa Ross2017-01-22 11:15:18 +0000
commit6861451f87316ce339af55eaa8e63e5ef8c5021b (patch)
treea1f4856e5b162e898a535589358599e1390fac0c /Library/Homebrew/test/os/mac
parent1aee7c6945c3cbbbbfa2830bb1cf6bf39d4702be (diff)
downloadbrew-6861451f87316ce339af55eaa8e63e5ef8c5021b.tar.bz2
tests: remove more per-test file system cleanup
These locations are now all automatically cleaned up after every test.
Diffstat (limited to 'Library/Homebrew/test/os/mac')
-rw-r--r--Library/Homebrew/test/os/mac/keg_test.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Homebrew/test/os/mac/keg_test.rb b/Library/Homebrew/test/os/mac/keg_test.rb
index a2b6b2d50..d1103415d 100644
--- a/Library/Homebrew/test/os/mac/keg_test.rb
+++ b/Library/Homebrew/test/os/mac/keg_test.rb
@@ -50,7 +50,6 @@ class OSMacLinkTests < Homebrew::TestCase
assert_equal 1, keg.mach_o_files.size
ensure
keg.unlink
- keg.uninstall
end
def test_mach_o_files_isnt_confused_by_symlinks
@@ -66,6 +65,5 @@ class OSMacLinkTests < Homebrew::TestCase
assert_equal 1, keg.mach_o_files.size
ensure
keg.unlink
- keg.uninstall
end
end