mirror of
https://github.com/git/git.git
synced 2024-11-01 14:57:52 +01:00
8a7f8bedf3
The current convention is to either generate files on the fly in tests, or to use supporting files taken from a t/tNNNN/ directory (where NNNN matches the test's number, or the number of the test from which we borrow supporting files). The test t3901-i18n-patch.sh was obviously introduced before that convention was in full swing, hence its supporting files still lived in t/t3901-8859-1.txt and t/t3901-utf8.txt, respectively. Let's adjust to the current convention. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
4 lines
155 B
Text
Executable file
4 lines
155 B
Text
Executable file
: to be sourced in t3901 -- this is utf8
|
|
GIT_AUTHOR_NAME="Áéí óú" &&
|
|
GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME &&
|
|
export GIT_AUTHOR_NAME GIT_COMMITTER_NAME
|