about summary refs log tree commit homepage
path: root/t/git.t
diff options
context:
space:
mode:
authorEric Wong <e@yhbt.net>2020-06-10 07:04:30 +0000
committerEric Wong <e@yhbt.net>2020-06-13 07:55:45 +0000
commit3c7c389f514f9123667926af1613b5c79833085c (patch)
tree4f90a4b002431c9625b96f1ccf440e8375bd0380 /t/git.t
parentc4dd2b484bbb20f2be0d7bc4a0ae0e91df635b4a (diff)
downloadpublic-inbox-3c7c389f514f9123667926af1613b5c79833085c.tar.gz
This will make it easier to implement the retries on
alternates_changed() of the synchronous ->cat_file API.
Diffstat (limited to 't/git.t')
-rw-r--r--t/git.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/git.t b/t/git.t
index 0b2089ba..98d16f28 100644
--- 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');
 }