From 7d114732905b6b326480d3d40a4f07c235b109d7 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Thu, 29 Mar 2018 14:22:52 -0700 Subject: [PATCH 1/1] test that the generation of maintainer index files works --- t/lib/DebbugsTest.pm | 3 +++ 1 file changed, 3 insertions(+) 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}) { -- 2.39.2