Skip to content

Commit be69d35

Browse files
committed
Merge branch 'ja/perf-use-specified-shell'
Perf tests were run with end-user's shell, but it has been corrected to use the shell specified by $TEST_SHELL_PATH. * ja/perf-use-specified-shell: t/perf: do not run tests in user's $SHELL
2 parents 321f7f4 + 9ccab75 commit be69d35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/perf/perf-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ test_run_perf_ () {
161161
test_cleanup=:
162162
test_export_="test_cleanup"
163163
export test_cleanup test_export_
164-
"$GTIME" -f "%E %U %S" -o test_time.$i "$SHELL" -c '
164+
"$GTIME" -f "%E %U %S" -o test_time.$i "$TEST_SHELL_PATH" -c '
165165
. '"$TEST_DIRECTORY"/test-lib-functions.sh'
166166
test_export () {
167167
test_export_="$test_export_ $*"

0 commit comments

Comments
 (0)