Skip to content
Snippets Groups Projects
Commit 76c57e1fe79b 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 7b428b00a1d4
No related merge requests found
......@@ -51,7 +51,8 @@
$ echo b > D/b
$ hg ci -Am addb 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 st
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