about summary refs log tree commit homepage
diff options
context:
space:
mode:
-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);