Browse Source

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
maint
Junio C Hamano 10 years ago
parent
commit
2c3cb52c6c
  1. 1
      t/perf/aggregate.perl

1
t/perf/aggregate.perl

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
#!/usr/bin/perl

use lib '../../perl/blib/lib';
use strict;
use warnings;
use Git;

Loading…
Cancel
Save