Skip to content

Commit

Permalink
t3200: fix failure on case-insensitive filesystems
Browse files Browse the repository at this point in the history
62d94a3 (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>
  • Loading branch information
Eric Sunshine authored and Junio C Hamano committed Sep 17, 2013
1 parent 1d7358c commit b0f49ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/t3200-branch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -872,6 +872,7 @@ test_expect_success '--merged catches invalid object names' '
'

test_expect_success 'tracking with unexpected .fetch refspec' '
rm -rf a b c d &&
git init a &&
(
cd a &&
Expand Down

0 comments on commit b0f49ff

Please sign in to comment.