From: Don Armstrong Date: Thu, 29 Mar 2018 21:22:52 +0000 (-0700) Subject: test that the generation of maintainer index files works X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=7d114732905b6b326480d3d40a4f07c235b109d7;p=debbugs.git test that the generation of maintainer index files works --- diff --git a/t/lib/DebbugsTest.pm b/t/lib/DebbugsTest.pm index a23fdd4..7d8af71 100644 --- a/t/lib/DebbugsTest.pm +++ b/t/lib/DebbugsTest.pm @@ -124,6 +124,9 @@ END } system('mkdir','-p',"$spool_dir/incoming"); system('mkdir','-p',"$spool_dir/lock"); + # generate the maintainers index files + system('scripts/maintainer-indices') == 0 + or die "Unable to generate maintainer index files"; eval ' END{ if ($ENV{DEBUG}) {