Skip to content

Commit

Permalink
Merge branch 'sb/perf-without-installed-git' into maint
Browse files Browse the repository at this point in the history
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
  • Loading branch information
gitster committed Oct 16, 2015
2 parents 15cef7c + 31cd128 commit 2c3cb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/perf/aggregate.perl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/perl

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

0 comments on commit 2c3cb52

Please sign in to comment.