tests: fix test-casefolding.t stable
authorSimon Farnsworth <simonfar@fb.com>
Fri, 21 Oct 2016 16:31:16 +0100
branchstable
changeset 30223 76c57e1fe79b
parent 30222 7b428b00a1d4
child 30224 ad56071b37d4
child 30225 7069d3d8a56e
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.
tests/test-casefolding.t
--- a/tests/test-casefolding.t	Wed Oct 19 15:07:11 2016 -0700
+++ b/tests/test-casefolding.t	Fri Oct 21 16:31:16 2016 +0100
@@ -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