]> Sergey Matveev's repositories - public-inbox.git/commitdiff
tests: clean up t/home* consistently
authorEric Wong <e@80x24.org>
Sun, 21 Feb 2021 18:28:07 +0000 (00:28 +0600)
committerEric Wong <e@80x24.org>
Mon, 22 Feb 2021 00:52:32 +0000 (00:52 +0000)
And update t/home2/README while we're at it.

Followup-to: 4ea3975dbed0a533 ("tests: setup_public_inboxes: use IMAP-friendly newsgroups")
Makefile.PL
t/home2/README

index 89f1774e0a6d879b671a353d84f7444570e15f44..6da2ed7082e93c9aee50d768937f04a707d475e2 100644 (file)
@@ -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'
        },
 );
 
index 1ba878917646ea2285b24a67293282cd2ce3638b..179584a206b8af2f3225f95d2df18eb31f79295d 100644 (file)
@@ -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.