gentoo-ebuilds/media-gfx/gscan2pdf/files/gscan2pdf-2.13.4-t3722.patch
Chris Mayo abb9e5fda4
media-gfx/gscan2pdf: add 2.13.4
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/38728
Signed-off-by: Florian Schmaus <flow@gentoo.org>
2024-09-24 10:46:29 +02:00

11 lines
385 B
Diff

--- a/t/3722_user_defined.t
+++ b/t/3722_user_defined.t
@@ -38,7 +38,7 @@ $slist->import_files(
},
error_callback => sub {
my ( $uuid, $process, $msg ) = @_;
- is( $msg, 'error',
+ is( substr($msg, 0, 5), 'error',
'user_defined caught error injected in queue' );
},
);