Message ID | 20211225081656.1311583-1-aclopte@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 9ccab75608fb87d82ccec1ab71cc915d7f8dc5a0 |
Headers | show |
Series | [v2] t/perf: do not run tests in user's $SHELL | expand |
diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh index 780a7402d5..407252bac7 100644 --- a/t/perf/perf-lib.sh +++ b/t/perf/perf-lib.sh @@ -161,7 +161,7 @@ test_run_perf_ () { test_cleanup=: test_export_="test_cleanup" export test_cleanup test_export_ - "$GTIME" -f "%E %U %S" -o test_time.$i "$SHELL" -c ' + "$GTIME" -f "%E %U %S" -o test_time.$i "$TEST_SHELL_PATH" -c ' . '"$TEST_DIRECTORY"/test-lib-functions.sh' test_export () { test_export_="$test_export_ $*"