t7400: test of UTF-8 submodule names pass under Mac OS
commitbed947048919d0ed8b8eece38eb18b15f99e313f
authorTorsten Bögershausen <tboegi@web.de>
Thu, 20 Jun 2013 14:58:48 +0000 (20 16:58 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Jun 2013 19:00:57 +0000 (20 12:00 -0700)
treec6012b7cebfa68f6318b321e7cb71534c39c90e6
parent74671241fd53df2899d4b4400593afc12e8e1bf7
t7400: test of UTF-8 submodule names pass under Mac OS

submodules with names using UTF-8 need core.precomposeunicode true
under Mac OS X, set it in the test case.

Improve the portability:

  - Not all shells on all OS may understand literal UTF-8 strings.
  - Use a help variable filled by printf, as we do it in e.g. t0050.

"strange names" can be called UTF-8, rephrase the heading.

While at it, unbreak &&-chain in the test, and use test_config.

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7400-submodule-basic.sh