From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id B89E31F9FD for ; Sun, 21 Feb 2021 09:11:06 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH] tests: clean up t/home* consistently Date: Sun, 21 Feb 2021 09:11:06 +0000 Message-Id: <20210221091106.1511-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: And update t/home2/README while we're at it. Followup-to: 4ea3975dbed0a533 ("tests: setup_public_inboxes: use IMAP-friendly newsgroups") --- Makefile.PL | 2 +- t/home2/README | 4 ++-- 2 files changed, 3 insertions(+), 3 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' }, ); diff --git a/t/home2/README b/t/home2/README index 1ba87891..179584a2 100644 --- a/t/home2/README +++ b/t/home2/README @@ -3,6 +3,6 @@ between various tests. See setup_publicinboxes() in lib/PublicInbox/TestCommon.pm. -It is versioned (currently "1" in "home1") and will be renamed -"home2" and so forth if the data created by setup_publicinboxes() +It is versioned (currently "2" in "home2") and will be renamed +"home3" and so forth if the data created by setup_publicinboxes() changes.