]> Sergey Matveev's repositories - public-inbox.git/blobdiff - t/git.t
git: cat_async: provide requested OID + "missing" on missing blobs
[public-inbox.git] / t / git.t
diff --git a/t/git.t b/t/git.t
index 0b2089ba701293c5f6e528d66064400a1bbee8b7..98d16f289c39d1b1adfc81ca39e63c311c6a6d1c 100644 (file)
--- a/t/git.t
+++ b/t/git.t
@@ -53,7 +53,7 @@ use_ok 'PublicInbox::Git';
        is_deeply([$oid_hex, $type, $size], \@x, 'got expected header');
        is($arg_res, $arg, 'arg passed to cat_async');
        is_deeply($raw, $bref, 'blob result matches');
-       is_deeply($missing, [ undef, undef, undef, undef, $arg],
+       is_deeply($missing, [ undef, 'non-existent', 'missing', undef, $arg],
                'non-existent blob gives expected result');
 }