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 0ce3c042..aa96be4d 100644
--- a/xt/msgtime_cmp.t
+++ b/xt/msgtime_cmp.t
@@ -62,7 +62,7 @@ my $fh = $git->popen(@cat);
 while (<$fh>) {
         my ($oid, $type) = split / /;
         next if $type ne 'blob';
-        $git->cat_async($oid, *compare);
+        $git->cat_async($oid, \&compare);
 }
 $git->cat_async_wait;
 ok(1);