]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/msgtime_cmp.t
git: use async_wait_all everywhere
[public-inbox.git] / xt / msgtime_cmp.t
index ae9e42152a1afea811ea2daf1f1d513da81e863a..a7ef5245bd8de4f37343578fcf28d73ed11d7cb9 100644 (file)
@@ -64,7 +64,7 @@ while (<$fh>) {
        next if $type ne 'blob';
        $git->cat_async($oid, \&compare);
 }
-$git->cat_async_wait;
+$git->async_wait_all;
 ok(1);
 done_testing;