aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_formula_install.rb
diff options
context:
space:
mode:
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?