Skip to content
Snippets Groups Projects
Commit 9f03b285 authored by Jack Nagel's avatar Jack Nagel
Browse files

Fix directory leak in test_pathname_version

parent f9fd3f46
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,8 @@ class VersionParsingTests < Homebrew::TestCase
d = HOMEBREW_CELLAR/'foo-0.1.9'
d.mkpath
assert_equal version('0.1.9'), d.version
ensure
d.unlink
end
def test_no_version
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment