test-lib: provide UTF8 behaviour as a prerequisite
commit5b0b5dd49b55e474a2df502902682853e2cd6e9d
authorMichael J Gruber <git@drmicha.warpmail.net>
Thu, 26 Jul 2012 13:39:56 +0000 (26 15:39 +0200)
committerJunio C Hamano <gitster@pobox.com>
Fri, 27 Jul 2012 17:11:14 +0000 (27 10:11 -0700)
tree72d0eeb3ea55b952bcc637a6871993115aa30209
parent2b71b5221a66abd881919dd45609285e7af5c56f
test-lib: provide UTF8 behaviour as a prerequisite

UTF8 behaviour of the filesystem (conversion from nfd to nfc)  plays a
role in several tests and is tested in several tests. Therefore, move
the test from t0050 into the test lib and use the prerequisite in t0050.

Signed-off-by: Michael J Gruber <git@drmicha.warpmail.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/README
t/t0050-filesystem.sh
t/test-lib.sh