aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/test/test_formula_lock.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Homebrew/test/test_formula_lock.rb b/Library/Homebrew/test/test_formula_lock.rb
index f3419a315..1cc76d0a1 100644
--- a/Library/Homebrew/test/test_formula_lock.rb
+++ b/Library/Homebrew/test/test_formula_lock.rb
@@ -9,6 +9,7 @@ class FormulaLockTests < Homebrew::TestCase
def teardown
@lock.unlock
+ FormulaLock::LOCKDIR.children.each(&:unlink)
end
def test_locking_file_with_existing_lock_raises_error