]> Sergey Matveev's repositories - public-inbox.git/blobdiff - xt/eml_octet-stream.t
git: use async_wait_all everywhere
[public-inbox.git] / xt / eml_octet-stream.t
index 8173aec2fd5ef9ca88834aa65b3f0a5c2f64986a..3914f08970dc91c09f5ace572a9b79e79a23c943 100644 (file)
@@ -69,7 +69,7 @@ while (<$cat>) {
        my ($oid, $type, $size) = split(/ /);
        $git->cat_async($oid, $cb) if $size && $type eq 'blob';
 }
-$git->cat_async_wait;
+$git->async_wait_all;
 note "$errs errors";
 note "$ok/$tot messages had text as application/octet-stream";
 ok 1;