diff options
Diffstat (limited to 't/t3901/utf8.txt')
-rwxr-xr-x | t/t3901/utf8.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t3901/utf8.txt b/t/t3901/utf8.txt new file mode 100755 index 0000000..5f5205c --- /dev/null +++ b/t/t3901/utf8.txt @@ -0,0 +1,4 @@ +: to be sourced in t3901 -- this is utf8 +GIT_AUTHOR_NAME="Áéí óú" && +GIT_COMMITTER_NAME=$GIT_AUTHOR_NAME && +export GIT_AUTHOR_NAME GIT_COMMITTER_NAME |