From 452f4d5acf8bf7609b3b9f3e99c807b39e32929b Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Tue, 26 Mar 2024 20:32:15 +0000 Subject: [PATCH] Bug 36176: Exclude misc/releases_notes/* MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit (cherry picked from commit 93a68d2068264bbaad070f178182de638147c0a6) Signed-off-by: Frédéric Demians --- xt/find-cud.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xt/find-cud.t b/xt/find-cud.t index 0f0805773a..67721bf1e8 100755 --- a/xt/find-cud.t +++ b/xt/find-cud.t @@ -19,7 +19,7 @@ use Modern::Perl; use Test::More tests => 1; use Data::Dumper; -my @files = `git grep 'cud-' ':(exclude)xt/find-cud.t'`; +my @files = `git grep 'cud-' ':(exclude)xt/find-cud.t' ':(exclude)misc/release_notes/*'`; chomp for @files; is( @files, 0, "This branch is not supposed to have 'cud-', see bug 34478." ) -- 2.39.5