]> git.ipfire.org Git - thirdparty/public-inbox.git/commitdiff
t/pop3d-limit: use v1 inbox to test on ancient git
authorEric Wong <e@80x24.org>
Fri, 15 Dec 2023 20:22:49 +0000 (15:22 -0500)
committerEric Wong <e@80x24.org>
Sat, 16 Dec 2023 10:06:32 +0000 (10:06 +0000)
We don't need v2 features nor scalability to test POP3 stuff.

t/pop3d-limit.t

index 79e320afec01c063b65d779038e95a13f4616292..f52c8802aa7749b615890eacd69c9543cd891bb6 100644 (file)
@@ -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);