X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=xt%2Fmsgtime_cmp.t;h=a7ef5245bd8de4f37343578fcf28d73ed11d7cb9;hb=23af251dd607c4e75ab1e68063f2c885c48cc035;hp=aa96be4db4877a85dd26140031baa1bcdd2479aa;hpb=934fea5e3b3c4c1ef0cef29477941ebfc44ff7e0;p=public-inbox.git diff --git a/xt/msgtime_cmp.t b/xt/msgtime_cmp.t index aa96be4d..a7ef5245 100644 --- a/xt/msgtime_cmp.t +++ b/xt/msgtime_cmp.t @@ -1,5 +1,5 @@ #!perl -w -# Copyright (C) 2019-2020 all contributors +# Copyright (C) 2019-2021 all contributors # License: AGPL-3.0+ use strict; use Test::More; @@ -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;