about summary refs log tree commit homepage
path: root/xt/git_async_cmp.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/git_async_cmp.t')
-rw-r--r--xt/git_async_cmp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/git_async_cmp.t b/xt/git_async_cmp.t
index a7a94c2d..d66b371f 100644
--- a/xt/git_async_cmp.t
+++ b/xt/git_async_cmp.t
@@ -32,7 +32,7 @@ my $async = timeit($nr, sub {
                 $git->cat_async($oid, $cb);
         }
         close $cat or die "cat: $?";
-        $git->cat_async_wait;
+        $git->async_wait_all;
         push @dig, ['async', $dig->hexdigest ];
 });