mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-09 14:44:11 +02:00
Signed-off-by: Chris Mayo <aklhfex@gmail.com> Closes: https://github.com/gentoo/gentoo/pull/38728 Signed-off-by: Florian Schmaus <flow@gentoo.org>
11 lines
385 B
Diff
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' );
|
|
},
|
|
);
|