about summary refs log tree commit homepage
path: root/xt/msgtime_cmp.t
diff options
context:
space:
mode:
Diffstat (limited to 'xt/msgtime_cmp.t')
-rw-r--r--xt/msgtime_cmp.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/xt/msgtime_cmp.t b/xt/msgtime_cmp.t
index ae9e4215..a7ef5245 100644
--- a/xt/msgtime_cmp.t
+++ b/xt/msgtime_cmp.t
@@ -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;