Skip to content

Commit b0f49ff

Browse files
sunshinecogitster
authored andcommitted
t3200: fix failure on case-insensitive filesystems
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 1d7358c commit b0f49ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/t3200-branch.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -872,6 +872,7 @@ test_expect_success '--merged catches invalid object names' '
872872
'
873873

874874
test_expect_success 'tracking with unexpected .fetch refspec' '
875+
rm -rf a b c d &&
875876
git init a &&
876877
(
877878
cd a &&

0 commit comments

Comments
 (0)