X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Feml_octet-stream.t;h=3914f08970dc91c09f5ace572a9b79e79a23c943;hb=13a2fcc724576a78d0955f64dc0f4494545153c3;hp=8173aec2fd5ef9ca88834aa65b3f0a5c2f64986a;hpb=e46b24f437639e3c2cc19df4a2c875b56fe6fea7;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;