]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'cb/test-bash-lineno-fix'
authorJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:12 +0000 (14:25 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 8 May 2020 21:25:12 +0000 (14:25 -0700)
Recent change to show files and line numbers of a breakage during
test (only available when running the tests with bash) were hurting
other shells with syntax errors, which has been corrected.

* cb/test-bash-lineno-fix:
  t/test_lib: avoid naked bash arrays in file_lineno


Trivial merge