t0050-*.sh: mark the rename (case change) test as passing
authorRamsay Jones <redacted>
Fri, 28 Nov 2014 16:57:18 +0000 (16:57 +0000)
committerJunio C Hamano <redacted>
Mon, 1 Dec 2014 02:13:42 +0000 (18:13 -0800)
commitdecd3c0c28906cd53072ae534e0e23b4e7879371
tree1ffa9a977055d54388aa45b2c5af56cfa7a3159d
parentbaa37bff9a845471754d3f47957d58a6ccc30058
t0050-*.sh: mark the rename (case change) test as passing

Since commit baa37bff ("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 <redacted>
Tested-by: Eric Sunshine <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t0050-filesystem.sh
git clone https://git.99rst.org/PROJECT