X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Ffeed.t;h=eb1f35fb0158e6aa357b4f07cde8927040b8a300;hp=4a887b49953df6fbe22369a0e9365eca8f373b74;hb=3c39f9c942a6975245fda878e9b957d8d3367662;hpb=28264f7af4d9f4fab951f0613a0b08b6e98af7d3 diff --git a/t/feed.t b/t/feed.t index 4a887b49..eb1f35fb 100644 --- a/t/feed.t +++ b/t/feed.t @@ -22,7 +22,7 @@ my $git_dir = "$tmpdir/gittest"; my $ibx = PublicInbox::Inbox->new({ address => 'test@example', name => 'testbox', - mainrepo => $git_dir, + inboxdir => $git_dir, url => 'http://example.com/test', feedmax => 3, });