about summary refs log tree commit homepage
path: root/Makefile.PL
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-22 00:28:07 +0600
committerEric Wong <e@80x24.org>2021-02-22 00:52:32 +0000
commit8b1d71e9911b950837d795b005b479bbe3301fb9 (patch)
tree10afc9a4e77b75d2e033791184099d9c43fc9a07 /Makefile.PL
parent44138460e53f90426476fa0c323fc15ef17568df (diff)
downloadpublic-inbox-8b1d71e9911b950837d795b005b479bbe3301fb9.tar.gz
And update t/home2/README while we're at it.

Followup-to: 4ea3975dbed0a533 ("tests: setup_public_inboxes: use IMAP-friendly newsgroups")
Diffstat (limited to 'Makefile.PL')
-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index 89f1774e..6da2ed70 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -175,7 +175,7 @@ WriteMakefile(
         },
         MAN3PODS => \%man3,
         clean => {
-                FILES => 't/home1/setup* t/home1/t* t/home1/.public-inbox'
+                FILES => 't/home*/setup* t/home*/t* t/home*/.public-inbox'
         },
 );