]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/html_index.t
TODO: DHT (distributed hash table) for Message-IDs
[public-inbox.git] / t / html_index.t
index d31b68c0def3a34f20c5b68cf356f11f4d3b8b60..2f4b4d1b71747b2b42227677f46dc1f072c540aa 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2014-2018 all contributors <meta@public-inbox.org>
+# Copyright (C) 2014-2019 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
 use strict;
 use warnings;
@@ -14,7 +14,7 @@ my $git_dir = "$tmpdir/gittest";
 my $ibx = PublicInbox::Inbox->new({
        address => 'test@example',
        name => 'tester',
-       mainrepo => $git_dir,
+       inboxdir => $git_dir,
        url => 'http://example.com/test',
 });
 my $git = $ibx->git;