]> git.ipfire.org Git - thirdparty/git.git/commit - t/t0000-basic.sh
t/t0000-basic: make sure subtests also use TEST_SHELL_PATH
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Thu, 7 May 2020 01:07:46 +0000 (18:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 May 2020 20:01:32 +0000 (13:01 -0700)
commit0555e4af58a93497698f2d2015a05f63ac9b75f4
tree37edf2e94f56cc8dd1a876c0d5e41ae619306c12
parent041bc65923e13313ca1b77681c3b2950b5e0a163
t/t0000-basic: make sure subtests also use TEST_SHELL_PATH

3f824e91c8 (t/Makefile: introduce TEST_SHELL_PATH, 2017-12-08) allows for
setting a shell for running the tests, but the generated subtests weren't
updated.

Correct that and while at it update it to use write_script.

Signed-off-by: Carlo Marcelo Arenas Belón <carenas@gmail.com>
Acked-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0000-basic.sh