mirror of
https://github.com/git/git.git
synced 2026-02-08 00:41:37 +00:00
t4205: use a file to ensure the encoding is as desired with msysgit
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
This commit is contained in:
committed by
Johannes Schindelin
parent
6d5ddafd37
commit
4de45ba540
@@ -28,7 +28,8 @@ test_expect_success 'set up basic repos' '
|
||||
git add foo &&
|
||||
test_tick &&
|
||||
git config i18n.commitEncoding iso8859-1 &&
|
||||
git commit -m "$(commit_msg iso8859-1)" &&
|
||||
commit_msg iso8859-1 > commit_msg &&
|
||||
git commit --file commit_msg &&
|
||||
git add bar &&
|
||||
test_tick &&
|
||||
git commit -m "add bar" &&
|
||||
|
||||
Reference in New Issue
Block a user