about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2023-12-15 15:22:49 -0500
committerEric Wong <e@80x24.org>2023-12-16 10:06:32 +0000
commitd6cc0739c5a3648b4e7a776e0b5cf61efa3bb9b1 (patch)
tree81a9bb438771b18d2720ac6bf926d44cf0d05dd8
parentf9c0da2f818d3e8ada57d5d1a8d07139f2c5a8a0 (diff)
downloadpublic-inbox-d6cc0739c5a3648b4e7a776e0b5cf61efa3bb9b1.tar.gz
We don't need v2 features nor scalability to test POP3 stuff.
-rw-r--r--t/pop3d-limit.t2
1 files changed, 1 insertions, 1 deletions
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);