t3200: fix failure on case-insensitive filesystems
commitb0f49ff13033621af06af742e3615fe905833562
authorEric Sunshine <sunshine@sunshineco.com>
Sat, 14 Sep 2013 07:36:24 +0000 (14 03:36 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Sep 2013 17:18:13 +0000 (17 10:18 -0700)
treef41ac64f6e59b4c0fedda30ef4cfe4f75920c8db
parent1d7358c5245cd7e290146ccf96407dc8a805f314
t3200: fix failure on case-insensitive filesystems

62d94a3a (t3200: Add test demonstrating minor regression in 41c21f2;
2013-09-08) introduced a test which creates a directory named 'a',
however, on case-insensitive filesystems, this action fails with a
"fatal: cannot mkdir a: File exists" error due to a file named 'A' left
over from earlier tests. Resolve this problem.

Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3200-branch.sh