mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/34596 Signed-off-by: Florian Schmaus <flow@gentoo.org>
18 lines
473 B
Diff
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'
|
|
);
|
|
|