aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-03 21:49:19 -0700
committerJunio C Hamano <gitster@pobox.com>2021-10-03 21:49:19 -0700
commitcbb1ae05d560f996920376e4e61d238cd1431614 (patch)
tree795cec85c726ab6de4769ca266e4393ff111cbff
parentMerge branch 'jk/http-redact-fix' (diff)
parentt/perf/run: fix bin-wrappers computation (diff)
downloadgit-cbb1ae05d560f996920376e4e61d238cd1431614.tar.gz
git-cbb1ae05d560f996920376e4e61d238cd1431614.zip
Merge branch 'ds/perf-test-built-path-fix'
Perf test fix. * ds/perf-test-built-path-fix: t/perf/run: fix bin-wrappers computation
-rwxr-xr-xt/perf/run2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/run b/t/perf/run
index d19dec258a..55219aa405 100755
--- a/t/perf/run
+++ b/t/perf/run
@@ -74,7 +74,7 @@ set_git_test_installed () {
mydir=$1
mydir_abs=$(cd $mydir && pwd)
- mydir_abs_wrappers="$mydir_abs_wrappers/bin-wrappers"
+ mydir_abs_wrappers="$mydir_abs/bin-wrappers"
if test -d "$mydir_abs_wrappers"
then
GIT_TEST_INSTALLED=$mydir_abs_wrappers