From 562a9b3f8846dbc1623ac9012910219de9a68c75 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 6 Feb 2021 12:18:36 +0000 Subject: t/tests: split out setup_public_inboxes sub We'll probably use this in many more existing places and likely change non-lei tests to use it. --- Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile.PL') diff --git a/Makefile.PL b/Makefile.PL index b9e0a8cd..68545573 100644 --- a/Makefile.PL +++ b/Makefile.PL @@ -172,6 +172,9 @@ WriteMakefile( # ExtUtils::MakeMaker # this file won't run w/o it... }, MAN3PODS => \%man3, + clean => { + FILES => 't/home1/setup* t/home1/t* t/home1/.public-inbox' + }, ); sub MY::postamble { -- cgit v1.2.3-24-ge0c7