diff options
| author | Junio C Hamano <gitster@pobox.com> | 2021-10-03 21:49:19 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2021-10-03 21:49:19 -0700 |
| commit | cbb1ae05d560f996920376e4e61d238cd1431614 (patch) | |
| tree | 795cec85c726ab6de4769ca266e4393ff111cbff | |
| parent | Merge branch 'jk/http-redact-fix' (diff) | |
| parent | t/perf/run: fix bin-wrappers computation (diff) | |
| download | git-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-x | t/perf/run | 2 |
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 |
