author | Junio C Hamano <gitster@pobox.com> | |
Fri, 18 Jul 2008 06:18:43 +0000 (23:18 -0700) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Sat, 19 Jul 2008 18:17:42 +0000 (11:17 -0700) | ||
commit | bb3e4f03be815067814624b1e0b2f6de054519cd | |
tree | bc4de13a7b3450a9036a1625967e6a90a21d9508 | tree | snapshot |
parent | 72972eb3749daecf328badbc1c1952cb513f34f9 | commit | diff |
t9001 (send-email): Do not use hardcoded /bin/sh in test
Scriptlets used form inside this test began with hardcoded "#!/bin/sh".
By setting SHELL_PATH the user is already telling us that what the vendor
has in /bin/sh isn't POSIX enough, and we really should try to honor that
request.
Originally noticed by SungHyun Nam who later tested this patch and
verified that it fixes the issue on Solaris 9.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Scriptlets used form inside this test began with hardcoded "#!/bin/sh".
By setting SHELL_PATH the user is already telling us that what the vendor
has in /bin/sh isn't POSIX enough, and we really should try to honor that
request.
Originally noticed by SungHyun Nam who later tested this patch and
verified that it fixes the issue on Solaris 9.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t9001-send-email.sh | diff | blob | history |