]> git.ipfire.org Git - thirdparty/git.git/commit
t3404: fix use of "VAR=VAL cmd" with a shell function
authorJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2018 20:07:51 +0000 (13:07 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 12 Jul 2018 20:31:57 +0000 (13:31 -0700)
commit650161a27782fe545dfe0efcb1ad971c1aebc8de
tree7aff1ebc62a9b591e1555f760a324bb7f10ca278
parenta42a58d7b62cc1d6301440e81a83feed9d7c118c
t3404: fix use of "VAR=VAL cmd" with a shell function

Bash may take it happily but running test with dash reveals a breakage.

This was not discovered for a long time as no tests after this test
depended on GIT_AUTHOR_NAME to be reverted correctly back to the
original value after this step is done.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3404-rebase-interactive.sh