Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
hachoir: use rm helper for cleanup (try to build CI)
Browse files Browse the repository at this point in the history
  • Loading branch information
spk committed Jul 28, 2014
1 parent 03a1d3d commit 21634d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/hachoir-metadata.rb
Expand Up @@ -46,6 +46,6 @@ def install
output = `#{bin}/hachoir-metadata --mime hachoir.png`
assert output.include?('image/png')
assert_equal 0, $?.exitstatus
FileUtils.rm('hachoir.png')
rm 'hachoir.png'
end
end

0 comments on commit 21634d4

Please sign in to comment.