]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_attach.t
TODO: DHT (distributed hash table) for Message-IDs
[public-inbox.git] / t / psgi_attach.t
index 41695e0de961a27398bb16e00c06cd507ff6a13b..96f0cb473ae714b4b39b6fe48591845d75531460 100644 (file)
@@ -21,10 +21,10 @@ use PublicInbox::Config;
 use PublicInbox::WWW;
 use_ok 'PublicInbox::WwwAttach';
 use Plack::Builder;
-my $config = PublicInbox::Config->new({
-       "$cfgpfx.address" => $addr,
-       "$cfgpfx.mainrepo" => $maindir,
-});
+my $config = PublicInbox::Config->new(\<<EOF);
+$cfgpfx.address=$addr
+$cfgpfx.inboxdir=$maindir
+EOF
 is(0, system(qw(git init -q --bare), $maindir), "git init (main)");
 my $git = PublicInbox::Git->new($maindir);
 my $im = PublicInbox::Import->new($git, 'test', $addr);