about summary refs log tree commit homepage
path: root/xt/imapd-validate.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/imapd-validate.t')
-rw-r--r--xt/imapd-validate.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/imapd-validate.t b/xt/imapd-validate.t
index b7b66d05..aeeb43b9 100644
--- a/xt/imapd-validate.t
+++ b/xt/imapd-validate.t
@@ -39,7 +39,7 @@ if (($ENV{IMAP_TEST_URL} // '') =~ m!\Aimap://([^/]+)/(.+)\z!) {
 } else {
         require_mods(qw(DBD::SQLite));
         $make_local_server->();
-        $mailbox = "$newsgroup.1-50000";
+        $mailbox = "$newsgroup.0";
 }
 
 my %opts = (imap => \%OPT, 'imap+compress' => { %OPT, Compress => 1 });