gentoo/media-gfx/gscan2pdf/files/gscan2pdf-2.13.2-t131.patch
Chris Mayo 9847317ef7
media-gfx/gscan2pdf: tiff2ps no longer installed by media-libs/tiff
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/34596
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2024-01-03 21:14:18 +01:00

18 lines
473 B
Diff

--- 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'
);