Skip to content

Commit cbb1ae0

Browse files
committed
Merge branch 'ds/perf-test-built-path-fix'
Perf test fix. * ds/perf-test-built-path-fix: t/perf/run: fix bin-wrappers computation
2 parents 58e2bc4 + f9d65b0 commit cbb1ae0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ set_git_test_installed () {
7474
mydir=$1
7575

7676
mydir_abs=$(cd $mydir && pwd)
77-
mydir_abs_wrappers="$mydir_abs_wrappers/bin-wrappers"
77+
mydir_abs_wrappers="$mydir_abs/bin-wrappers"
7878
if test -d "$mydir_abs_wrappers"
7979
then
8080
GIT_TEST_INSTALLED=$mydir_abs_wrappers

0 commit comments

Comments
 (0)