summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--t/font-synfont.t1
-rw-r--r--t/font-ttf.t2
2 files changed, 2 insertions, 1 deletions
diff --git a/t/font-synfont.t b/t/font-synfont.t
index b968aac..fedb987 100644
--- a/t/font-synfont.t
+++ b/t/font-synfont.t
@@ -9,6 +9,7 @@ use PDF::Builder;
my @possible_locations = (
'/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf',
+ '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf',
'/var/lib/defoma/gs.d/dirs/fonts/DejaVuSans.ttf',
'C:/Windows/fonts/DejaVuSans.ttf',
);
diff --git a/t/font-ttf.t b/t/font-ttf.t
index 07d0da6..99b8d2a 100644
--- a/t/font-ttf.t
+++ b/t/font-ttf.t
@@ -9,7 +9,7 @@ use PDF::Builder;
my @possible_locations = (
'/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf',
- '/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf',
+ '/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf',
'C:/Windows/fonts/DejaVuSans.ttf',
);