git-remote-testgit: build it to run under $SHELL_PATH
commit709a957d9493cbdd457d02bfada067c9b3ccc253
authorJunio C Hamano <gitster@pobox.com>
Fri, 26 Apr 2013 23:30:40 +0000 (26 16:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Sun, 28 Apr 2013 22:22:53 +0000 (28 15:22 -0700)
tree83f6fd03ffe160c049bca4b1f10d84fe83514ba0
parent85d501ce63d3c3b1331f9e51252c128c95e0adf1
git-remote-testgit: build it to run under $SHELL_PATH

Just like all the other shell scripts, replace the shebang line to
make sure it runs under the shell the user specified.

As this no longer depends on bashisms, t5801 does not have to say
bash must be available somewhere on the system.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
.gitignore
Makefile
git-remote-testgit.sh [moved from git-remote-testgit with 100% similarity]
t/t5801-remote-helpers.sh