Skip to content

Commit

Permalink
t0050: known breakage vanished in merge (case change)
Browse files Browse the repository at this point in the history
This test case has passed since this commit:

  commit 0047dd2
  Author: Steffen Prohaska <prohaska@zib.de>
  Date:   Thu May 15 07:19:54 2008 +0200

    t0050: Fix merge test on case sensitive file systems

Remove the known breakage by using test_expect_success

Signed-off-by: Torsten Bögershausen <tboegi@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Torsten Bögershausen authored and Junio C Hamano committed Jan 22, 2013
1 parent 7e20105 commit 004c0be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t0050-filesystem.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ $test_case 'rename (case change)' '
'

$test_case 'merge (case change)' '
test_expect_success 'merge (case change)' '
rm -f CamelCase &&
rm -f camelcase &&
Expand Down

0 comments on commit 004c0be

Please sign in to comment.