]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/cmp-msgview.t
Merge remote-tracking branch 'origin/master' into lorelei
[public-inbox.git] / xt / cmp-msgview.t
index 66fb467eb1af12b333855099a4cc23e5d76b436f..2415126789cc12dd4d9eecae809ee35e1a0a96b6 100644 (file)
@@ -24,7 +24,7 @@ vec(my $vec = '', fileno($fh), 1) = 1;
 select($vec, undef, undef, 60) or die "timed out waiting for --batch-check";
 my $mime_ctx = {
        env => { HTTP_HOST => 'example.com', 'psgi.url_scheme' => 'https' },
-       -inbox => $ibx,
+       ibx => $ibx,
        www => Plack::Util::inline_object(style => sub {''}),
        obuf => \(my $mime_buf = ''),
        mhref => '../',
@@ -77,7 +77,6 @@ my $git_cb = sub {
                is_deeply($eml_cmp, $mime_cmp, "$inboxdir $oid match");
        }
 };
-$git->cat_async_begin;
 my $t = timeit(1, sub {
        while (<$fh>) {
                my ($oid, $type) = split / /;