From: Eric Wong Date: Fri, 15 Dec 2023 20:22:49 +0000 (-0500) Subject: t/pop3d-limit: use v1 inbox to test on ancient git X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d6cc0739c5a3648b4e7a776e0b5cf61efa3bb9b1;p=thirdparty%2Fpublic-inbox.git t/pop3d-limit: use v1 inbox to test on ancient git We don't need v2 features nor scalability to test POP3 stuff. --- diff --git a/t/pop3d-limit.t b/t/pop3d-limit.t index 79e320afe..f52c8802a 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);