summaryrefslogtreecommitdiff
path: root/t/t4014-format-patch.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2016-06-10 15:26:04 -0700
committerJunio C Hamano <gitster@pobox.com>2016-06-10 15:26:05 -0700
commit45c0c21eb96ce45f05ffbe8600adf6ac65086415 (patch)
treeafd003477f8dbb33710bb193522c0c85af9cc1c1 /t/t4014-format-patch.sh
parent8ffc9d26e41f1ce23acbaee0f14419d99677b5f9 (diff)
parente256eec79d375649ecda7cc21b527386898794a4 (diff)
downloadgit-45c0c21eb96ce45f05ffbe8600adf6ac65086415.tar.gz
Merge branch 'jk/shell-portability'
test fixes. * jk/shell-portability: t5500 & t7403: lose bash-ism "local" test-lib: add in-shell "env" replacement
Diffstat (limited to 't/t4014-format-patch.sh')
-rwxr-xr-xt/t4014-format-patch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh
index 8049cad374..805dc9012d 100755
--- a/t/t4014-format-patch.sh
+++ b/t/t4014-format-patch.sh
@@ -1072,7 +1072,7 @@ test_expect_success '--from omits redundant in-body header' '
'
test_expect_success 'in-body headers trigger content encoding' '
- GIT_AUTHOR_NAME="éxötìc" test_commit exotic &&
+ test_env GIT_AUTHOR_NAME="éxötìc" test_commit exotic &&
test_when_finished "git reset --hard HEAD^" &&
git format-patch -1 --stdout --from >patch &&
cat >expect <<-\EOF &&