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.t1
1 files changed, 0 insertions, 1 deletions
diff --git a/xt/git_async_cmp.t b/xt/git_async_cmp.t
index 46d27b26..8f8d1cf4 100644
--- a/xt/git_async_cmp.t
+++ b/xt/git_async_cmp.t
@@ -25,7 +25,6 @@ my $async = timeit($nr, sub {
                 $dig->add($$bref);
         };
         my $cat = $git->popen(@cat);
-        $git->cat_async_begin;
 
         while (<$cat>) {
                 my ($oid, undef, undef) = split(/ /);