diff options
author | Carlo Marcelo Arenas Belón <carenas@gmail.com> | 2020-05-07 10:57:06 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-05-07 13:04:26 -0700 |
commit | 303775a25f0b4ac5d6ad2e96eb4404c24209cad8 (patch) | |
tree | fac5d4846154f6db8ced4cc32c82304db9bf4732 /t/t1050-large.sh | |
parent | The seventh batch (diff) | |
download | tgif-303775a25f0b4ac5d6ad2e96eb4404c24209cad8.tar.xz |
t/test_lib: avoid naked bash arrays in file_lineno
662f9cf154 (tests: when run in Bash, annotate test failures with file
name/line number, 2020-04-11), introduces a way to report the location
(file:lineno) of a failed test case by traversing the bash callstack.
The implementation requires bash and uses shell arrays and is therefore
protected by a guard but NetBSD sh will still have to parse the function
and therefore will result in:
** t0000-basic.sh ***
./test-lib.sh: 681: Syntax error: Bad substitution
Enclose the bash specific code inside an eval to avoid parsing errors in
the same way than 5826b7b595 (test-lib: check Bash version for '-x'
without using shell arrays, 2019-01-03)
Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t1050-large.sh')
0 files changed, 0 insertions, 0 deletions