Skip to content

Commit decd3c0

Browse files
Ramsay Jonesgitster
authored andcommitted
t0050-*.sh: mark the rename (case change) test as passing
Since commit baa37bf ("mv: allow renaming to fix case on case insensitive filesystems", 08-05-2014), the 'git mv' command has been able to rename a file, to one which differs only in case, on a case insensitive filesystem. This results in the 'rename (case change)' test, which used to fail prior to this commit, to now (unexpectedly) pass. Mark this test as passing. [jc: Ramsay's tests on Cygwin, Eric's on Mac OS X] Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk> Tested-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent baa37bf commit decd3c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

t/t0050-filesystem.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ test_expect_success "setup case tests" '
6464
git checkout -f master
6565
'
6666

67-
$test_case 'rename (case change)' '
67+
test_expect_success 'rename (case change)' '
6868
git mv camelcase CamelCase &&
6969
git commit -m "rename"
7070
'

0 commit comments

Comments
 (0)