summaryrefslogtreecommitdiff
path: root/media-gfx/gscan2pdf/files/gscan2pdf-2.13.2-t131.patch
blob: ecbf48b5f59a8a6ba80a54e515c0de9233fa6dd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/t/131_save_tiff.t
+++ b/t/131_save_tiff.t
@@ -43,12 +43,12 @@ Gtk3->main;
 
 like(
     capture(qw(identify test.tif)),
-    qr/test.tif TIFF 70x46 70x46\+0\+0 8-bit sRGB [7|9][.\d]+K?B/,
+    qr/test.tif TIFF 70x46 70x46\+0\+0 8-bit sRGB/,
     'valid TIFF created'
 );
 like(
     capture(qw(identify test2.png)),
-    qr/test2.png PNG 70x46 70x46\+0\+0 8-bit sRGB 7[.\d]+K?B.*/,
+    qr/test2.png PNG 70x46 70x46\+0\+0 8-bit sRGB/,
     'ran post-save hook'
 );