From 31ccb052d77bb9aa3f762896f2e40b285ac16b34 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Mon, 16 Apr 2012 16:43:42 -0500 Subject: tests: setup and teardown cleanups Signed-off-by: Jack Nagel --- Library/Homebrew/test/test_formula_install.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library/Homebrew/test/test_formula_install.rb') 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? -- cgit v1.2.3