aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula_install.rb
diff options
context:
space:
mode:
authorJack Nagel2012-04-16 16:43:42 -0500
committerJack Nagel2012-04-16 23:08:32 -0500
commit31ccb052d77bb9aa3f762896f2e40b285ac16b34 (patch)
tree2c9180685e7415d17ebd0cd21907f0e837f89d21 /Library/Homebrew/test/test_formula_install.rb
parente0f6a8d07933f86df4d23b2364e1f63f473a22b8 (diff)
downloadhomebrew-31ccb052d77bb9aa3f762896f2e40b285ac16b34.tar.bz2
tests: setup and teardown cleanups
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Homebrew/test/test_formula_install.rb')
-rw-r--r--Library/Homebrew/test/test_formula_install.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_formula_install.rb b/Library/Homebrew/test/test_formula_install.rb
index 059d7656b..ab31005fb 100644
--- a/Library/Homebrew/test/test_formula_install.rb
+++ b/Library/Homebrew/test/test_formula_install.rb
@@ -48,6 +48,7 @@ class InstallTests < Test::Unit::TestCase
# tests use the same formula name without
# stepping on each other.
keg=Keg.new f.prefix
+ keg.unlink
keg.uninstall
assert !keg.exist?
assert !f.installed?