t0050: mark non-working test as such
commit0d7c2430ab0e25ab973f4b3cf1fae1f22de82fb2
authorJunio C Hamano <gitster@pobox.com>
Mon, 1 Mar 2010 07:31:21 +0000 (28 23:31 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 14 Mar 2010 07:22:50 +0000 (13 23:22 -0800)
treedc3f91457edd354ffeeb4466c994ee4f790e62a8
parent48ffef966c762578eb818c0c54a7e11dd054f5db
t0050: mark non-working test as such

The test is to prepare an empty file "camelcase" in the index, remove
and replace it with another file "CamelCase" with "1" as its contents
in the working tree, and add it to the index, in a repository configured
to be case insensitive.

However, the test actually checked ls-files knows about a pathname that
matches "camelcase" case insensitively.  It didn't check if the added
contents actually was the updated one.

Mark the test as non-working.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t0050-filesystem.sh