Mark unicode-related tests broken on msyskb/unicode
commit9205bfbef3dcd8d0361a04471c09d49e7a816b47
authorKarsten Blees <blees@dcon.de>
Tue, 21 Dec 2010 01:06:40 +0000 (21 02:06 +0100)
committerKarsten Blees <blees@dcon.de>
Sat, 8 Jan 2011 16:30:19 +0000 (8 17:30 +0100)
tree986021e20404d0686c18fcb44ccbecf89cd26a1c
parent44fbf4a7be26df1f8c819a254b4d187e135d703b
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.

Tested-by: Kirill Smelkov <kirr@mns.spb.ru>
Signed-off-by: Karsten Blees <blees@dcon.de>
t/t3901-i18n-patch.sh
t/t4201-shortlog.sh
t/t8005-blame-i18n.sh
t/test-lib.sh