]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/psgi_attach.t
config: we always have {-section_order}
[public-inbox.git] / t / psgi_attach.t
index 41695e0de961a27398bb16e00c06cd507ff6a13b..f5140f44c308371e4971439833fa6919d8f4f49c 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.mainrepo=$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);