Merge branch 'ds/perf-test-built-path-fix'

Perf test fix.

* ds/perf-test-built-path-fix:
  t/perf/run: fix bin-wrappers computation
maint
Junio C Hamano 2021-10-03 21:49:19 -07:00
commit cbb1ae05d5
1 changed files with 1 additions and 1 deletions

View File

@ -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