X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Feml_octet-stream.t;h=3914f08970dc91c09f5ace572a9b79e79a23c943;hb=7e4bd71efcf3bf61216ec1a7577e33be5f95b8a9;hp=8173aec2fd5ef9ca88834aa65b3f0a5c2f64986a;hpb=0ec3ddaeea0e3eac3f4e686cd4383840414fbc4d;p=public-inbox.git diff --git a/xt/eml_octet-stream.t b/xt/eml_octet-stream.t index 8173aec2..3914f089 100644 --- a/xt/eml_octet-stream.t +++ b/xt/eml_octet-stream.t @@ -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;