psftools: use test assertion

This commit is contained in:
Jack Nagel 2013-06-08 21:26:25 -05:00
parent 7436022727
commit 5ee959f531

View file

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