Skip to content

Commit 2c3cb52

Browse files
committed
Merge branch 'sb/perf-without-installed-git' into maint
Performance-measurement tests did not work without an installed Git. * sb/perf-without-installed-git: t/perf: make runner work even if Git is not installed
2 parents 15cef7c + 31cd128 commit 2c3cb52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/perf/aggregate.perl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/perl
22

3+
use lib '../../perl/blib/lib';
34
use strict;
45
use warnings;
56
use Git;

0 commit comments

Comments
 (0)