summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2015-10-16 21:32:47 (GMT)
committerJunio C Hamano <gitster@pobox.com>2015-10-16 21:32:47 (GMT)
commit2c3cb52c6c5868410a6aa8f0c6c9ee89dbe4bb15 (patch)
tree1dbc3a69e9ee2efbc4d859c53b7506ad2a5ac2e2 /t
parent15cef7ccd93d790fbe162de66366c4878ddaf921 (diff)
parent31cd12837271fbf749835672a2954dcb98b0c070 (diff)
downloadgit-2c3cb52c6c5868410a6aa8f0c6c9ee89dbe4bb15.zip
git-2c3cb52c6c5868410a6aa8f0c6c9ee89dbe4bb15.tar.gz
git-2c3cb52c6c5868410a6aa8f0c6c9ee89dbe4bb15.tar.bz2
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
Diffstat (limited to 't')
-rwxr-xr-xt/perf/aggregate.perl1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/aggregate.perl b/t/perf/aggregate.perl
index 15f7fc1..924b19d 100755
--- a/t/perf/aggregate.perl
+++ b/t/perf/aggregate.perl
@@ -1,5 +1,6 @@
#!/usr/bin/perl
+use lib '../../perl/blib/lib';
use strict;
use warnings;
use Git;