Mark unicode-related tests broken on msyskb/unicode-v9-noenv
commita562e25217c4ae97f5b05e8057ceac8cfc8ce37d
authorKarsten Blees <blees@dcon.de>
Thu, 14 Apr 2011 20:17:01 +0000 (14 22:17 +0200)
committerKarsten Blees <blees@dcon.de>
Fri, 6 May 2011 21:13:27 +0000 (6 23:13 +0200)
tree97ec9de1fd307808cd4c3eb08b3b8a4b26a8e4db
parent7a25b4bfee57be2ff369528a3118dae37dedf6e3
Mark unicode-related tests broken on msys

MSys bash doesn't support unicode at all. Testing a unicode-enabled git
with an encoding-agnostic bash cannot work.

This patch adds a new test function test_expect_success_unicode that tests
whether the shell is capable of passing unicode strings to another process.
If that works, the test is expected to succeed, otherwise it's expected to
fail.

Signed-off-by: Karsten Blees <blees@dcon.de>
t/t3901-i18n-patch.sh
t/t4014-format-patch.sh
t/t4201-shortlog.sh
t/t8005-blame-i18n.sh
t/test-lib.sh