psftools: use test assertion

master
Jack Nagel 2013-06-08 21:26:25 -05:00
parent 7436022727
commit 5ee959f531
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class Psftools < Formula
# The zip file has a fon in it, use fon2fnts to extrat to fnt
Pc8x8Font.new.brew do
system "#{bin}/fon2fnts", "pc8x8.fon"
raise unless File.exist? "PC8X8_9.fnt"
assert File.exist?("PC8X8_9.fnt")
end
end
end