From ce54567b409c0ea5f57c34a2f4905eff12f739c2 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 10 2020 01:51:09 +0000 Subject: Changes after running %prep ignore: true --- diff --git a/t/afm.t b/t/afm.t index 40addff..4f97450 100644 --- a/t/afm.t +++ b/t/afm.t @@ -1,7 +1,7 @@ require Font::AFM; eval { - $font = Font::AFM->new("Helvetica"); + $font = Font::AFM->new("phvr"); }; if ($@) { if ($@ =~ /Can't find the AFM file for/) { @@ -19,7 +19,7 @@ print "1..1\n"; $sw = $font->stringwidth("Gisle Aas"); if ($sw == 4279) { - print "ok 1 Stringwith for Helvetica seems to work\n"; + print "ok 1 Stringwith for phvr seems to work\n"; } else { print "not ok 1 The stringwidth of 'Gisle Aas' should be 4279 (it was $sw)\n"; }