t3902: Protect against OS X normalization
authorBrian Gernhardt <brian@gernhardtsoftware.com>
Tue, 9 Feb 2010 04:07:25 +0000 (23:07 -0500)
committerJunio C Hamano <gitster@pobox.com>
Tue, 9 Feb 2010 07:06:08 +0000 (23:06 -0800)
8424981: "Fix invalid read in quote_c_style_counted" introduced a test
that used "caractère spécial" as a directory name.

Git creates it as "caract\303\250re sp\303\251cial"
OS X stores it as "caracte\314\200re spe\314\201cial"

To work around this problem, use the already introduced $FN as the
directory name.

Signed-off-by: Brian Gernhardt <brian@gernhardtsoftware.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
No differences found