Skip to content
Snippets Groups Projects
Commit 54fc9796d75b authored by kiilerix's avatar kiilerix
Browse files

tests: accept \ in test-casefolding on windows

parent 48e42f984074
No related branches found
No related tags found
No related merge requests found
......@@ -57,10 +57,10 @@
A D/c
$ hg ci -m addc D/c
$ hg mv d/b d/e
moving D/b to D/e
moving D/b to D/e (glob)
$ hg st
A D/e
R D/b
$ hg revert -aq
$ rm d/e
$ hg mv d/b D/B
......@@ -61,10 +61,10 @@
$ hg st
A D/e
R D/b
$ hg revert -aq
$ rm d/e
$ hg mv d/b D/B
moving D/b to D/B
moving D/b to D/B (glob)
$ hg st
A D/B
R D/b
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment