about summary refs log tree commit homepage
path: root/xt/cmp-msgstr.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/cmp-msgstr.t')
-rw-r--r--xt/cmp-msgstr.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/cmp-msgstr.t b/xt/cmp-msgstr.t
index 900127c7..b6c8ec65 100644
--- a/xt/cmp-msgstr.t
+++ b/xt/cmp-msgstr.t
@@ -100,7 +100,7 @@ my $t = timeit(1, sub {
                 ++$n;
                 $git->cat_async($oid, $git_cb);
         }
-        $git->cat_async_wait;
+        $git->async_wait_all;
 });
 is($m, $n, "$inboxdir rendered all $m <=> $n messages");
 is($ndiff, 0, "$inboxdir $ndiff differences");