Skip to content
Snippets Groups Projects
Commit 76c57e1f authored by Simon Farnsworth's avatar Simon Farnsworth
Browse files

tests: fix test-casefolding.t

The message had changed, but the test was not updated. This test does not
run on Linux, but failed on my Mac.
parent 7b428b00
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,8 @@ ...@@ -51,7 +51,8 @@
$ echo b > D/b $ echo b > D/b
$ hg ci -Am addb D/b $ hg ci -Am addb D/b
$ hg mv D/b d/b $ hg mv D/b d/b
D/b: not overwriting - file exists D/b: not overwriting - file already committed
(hg rename --force to replace the file by recording a rename)
$ hg mv D/b d/c $ hg mv D/b d/c
$ hg st $ hg st
A D/c A D/c
......
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