From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E9C241F513 for ; Fri, 15 Dec 2023 00:08:11 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1702598892; bh=qqrxGaD7JGZhVQmiu3oj74yEWp7cuzDWCNswvAfoX+U=; h=From:To:Subject:Date:In-Reply-To:References:From; b=utDJzGVuAwTKKD36kvMyGnKva6D+YHjgzEiLFPMWPh0CGj1IYbv7OVe8c6iDfMDmc keat/maCb8blYuCZYFm+VgpR+zT840VO/bf6dzI1pAkzE5Hx9BylMEGRnE5Sci+0q4 KrASpmtqgbpxbyxXuzdAGz9e2/t1N0zs0UCiLnRg= From: Eric Wong To: spew@80x24.org Subject: [PATCH 5/5] t/pop3d-limit: use v1 inbox to test on ancient git Date: Thu, 14 Dec 2023 19:08:10 -0500 Message-Id: <20231215000810.3458531-5-e@80x24.org> In-Reply-To: <20231215000810.3458531-1-e@80x24.org> References: <20231215000810.3458531-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: We don't need v2 features nor scalability to test POP3 stuff. --- t/pop3d-limit.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/pop3d-limit.t b/t/pop3d-limit.t index 79e320af..f52c8802 100644 --- a/t/pop3d-limit.t +++ b/t/pop3d-limit.t @@ -24,7 +24,7 @@ body $n EOM }; -my $ibx = create_inbox 'pop3d-limit', version => 2, -primary_address => $addr, +my $ibx = create_inbox 'pop3d-limit', -primary_address => $addr, indexlevel => 'basic', tmpdir => "$tmpdir/ibx", sub { my ($im, $ibx) = @_; $add_msg->($im, $_) for (1..3);