test-lib: use $SHELL_PATH, not $SHELL
commit4cde519fe666af478be4b86659c518949a853f91
authorRamkumar Ramachandra <artagnon@gmail.com>
Sat, 22 Sep 2012 04:55:10 +0000 (22 10:25 +0530)
committerJunio C Hamano <gitster@pobox.com>
Tue, 25 Sep 2012 17:17:29 +0000 (25 10:17 -0700)
treef8a727debf153fc19bba8ea852167a75feb03128
parent889d35899ba64640e47798681ecb34a4be043bad
test-lib: use $SHELL_PATH, not $SHELL

The codepath for handling "--tee" ends up relaunching the test
script under a shell, and that one has to be a Bourne.  But we
incorrectly used $SHELL, which could be a non-Bourne (e.g. zsh or
csh); we have the Makefile variable $SHELL_PATH for exactly that,
so use it instead.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh