test-debugcheckcasecollisions-treemanifest.t: fix the test

Summary:
This test was broken by D14971701 on OSX because it has a case
insensitive filesystem.

Reviewed By: kulshrax

Differential Revision: D14986692

fbshipit-source-id: a2a924d7aae4f3b96e7691e824a82087c1ff8513
This commit is contained in:
Saurabh Singh 2019-04-17 14:48:24 -07:00 committed by Facebook Github Bot
parent ae6bf97297
commit 0449fa1af0

View File

@ -68,6 +68,7 @@ Check against a particular revision
FILE4 conflicts with file4
[1]
#if no-icasefs
Check case collision on top of the commit which introduces it
(this is how this command is used: it runs from the hook on top of the commit
being checked, and it gets passed a list of file adds)
@ -76,3 +77,4 @@ being checked, and it gets passed a list of file adds)
$ hg debugcheckcasecollisions dirA/subdirA/file10
dirA/subdirA/file10 conflicts with dirA/subdirA/File10
[1]
#endif