Merge branch 'sb/perf-without-installed-git'
authorJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:37 +0000 (15:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 15 Oct 2015 22:43:37 +0000 (15:43 -0700)
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

t/perf/aggregate.perl
index 15f7fc1b8015114883bc36d1e35dffd730721e52..924b19dab4122a36112bd908a6252e754ecc531a 100755 (executable)
@@ -1,5 +1,6 @@
 #!/usr/bin/perl
 
+use lib '../../perl/blib/lib';
 use strict;
 use warnings;
 use Git;