psftools: use test assertion
This commit is contained in:
parent
7436022727
commit
5ee959f531
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue