From 93a68d2068264bbaad070f178182de638147c0a6 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/* --- 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.20.1