From 81e76d0e282c6fdb7faf24aaed1bf174f198eaf1 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 28 Feb 2024 14:06:12 +0100 Subject: [PATCH] Bug 36190: Adjust the test Content-Type: text/plain; charset=utf-8 Signed-off-by: David Nind Signed-off-by: Marcel de Rooy --- xt/find-missing-op-in-forms.t | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/xt/find-missing-op-in-forms.t b/xt/find-missing-op-in-forms.t index 18098e8b35..266560e6eb 100755 --- a/xt/find-missing-op-in-forms.t +++ b/xt/find-missing-op-in-forms.t @@ -39,7 +39,7 @@ for my $file ( @files ) { push @errors, sprintf "%s:%s", $file, join (",", @e) if @e; } -is( @errors, 0, "The
in the following files are missing it's corresponding op parameter (see bug 34478)" ) +is( @errors, 0, "The in the following files are missing it's corresponding op parameter, or op does not start with 'cud-' (see bug 34478)" ) or diag( Dumper @errors ); sub catch_missing_op { @@ -48,7 +48,7 @@ sub catch_missing_op { my @lines = read_file($file); my @errors; return unless grep { $_ =~ m|