diff options
| author | Jack Nagel | 2013-06-08 21:26:25 -0500 |
|---|---|---|
| committer | Jack Nagel | 2013-06-08 21:32:28 -0500 |
| commit | 8e3798160cf55703da966544ace8330a0595749a (patch) | |
| tree | 6b57a71d652d7d11100198c5160f3199a213fccb /Library/Formula | |
| parent | 68d91d1392bca5b30eec9c40529481938cbb7f00 (diff) | |
| download | homebrew-8e3798160cf55703da966544ace8330a0595749a.tar.bz2 | |
psftools: use test assertion
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/psftools.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/psftools.rb b/Library/Formula/psftools.rb index d7d48527b..1336099e6 100644 --- a/Library/Formula/psftools.rb +++ b/Library/Formula/psftools.rb @@ -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 |
