View | Details | Raw Unified | Return to bug 36176
Collapse All | Expand All

(-)a/xt/find-cud.t (-2 / +1 lines)
Lines 19-25 use Modern::Perl; Link Here
19
use Test::More tests => 1;
19
use Test::More tests => 1;
20
use Data::Dumper;
20
use Data::Dumper;
21
21
22
my @files = `git grep 'cud-' ':(exclude)xt/find-cud.t'`;
22
my @files = `git grep 'cud-' ':(exclude)xt/find-cud.t' ':(exclude)misc/release_notes/*'`;
23
chomp for @files;
23
chomp for @files;
24
24
25
is( @files, 0, "This branch is not supposed to have 'cud-', see bug 34478." )
25
is( @files, 0, "This branch is not supposed to have 'cud-', see bug 34478." )
26
- 

Return to bug 36176