tests: Avoid single-shot environment export for shell function invocation
commit2d6061537f3f27112f80a6e1047b5c566084ef7d
authorJunio C Hamano <gitster@pobox.com>
Tue, 27 Jan 2009 05:13:00 +0000 (26 21:13 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 27 Jan 2009 05:33:51 +0000 (26 21:33 -0800)
tree4b8ea5541a793067a8de49721c53a155feed726a
parenta6c7a27691bd8b059d39c9bc71b19fb8e614fa54
tests: Avoid single-shot environment export for shell function invocation

Some shells have issues with a single-shot environment variable export
when invoking a shell function.  This fixes the ones I found that invoke
test_must_fail that way.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3409-rebase-hook.sh
t/t3412-rebase-root.sh