t9100: fix breakage when SHELL_PATH is not /bin/sh
commit2605e959f89c24b4ffd860b7d0af8944babd7a3f
authorMichael J Gruber <git@drmicha.warpmail.net>
Sun, 7 Feb 2016 19:11:37 +0000 (7 20:11 +0100)
committerJunio C Hamano <gitster@pobox.com>
Mon, 8 Feb 2016 22:52:36 +0000 (8 14:52 -0800)
tree71a99df13ff24fb0ceca0a99bacad2867b564542
parent80ce6c25a4289835e197004a54ca75401bea55dc
t9100: fix breakage when SHELL_PATH is not /bin/sh

bcb11f1 (mingw: mark t9100's test cases with appropriate prereqs, 2016-01-27)
replaced "/bin/sh" in exec.sh by the shell specified in SHELL_PATH, but
that breaks the subtest which checks for a specific checksum of a tree
containing.

Revert that change that was not explained in the commit message anyways
(exec.sh is never executed).

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9100-git-svn-basic.sh