X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=xt%2Fmsgtime_cmp.t;h=aa96be4db4877a85dd26140031baa1bcdd2479aa;hp=0ce3c042217ddbf74dab648cd31b235265d347aa;hb=934fea5e3b3c4c1ef0cef29477941ebfc44ff7e0;hpb=38226be5fd4c24885658e00d4ce87ccee663063d 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);