# HG changeset patch # User Simon Farnsworth # Date 1477063876 -3600 # Node ID 76c57e1fe79b0980b377b4f305635dea393d6315 # Parent 7b428b00a1d4e208557d46d207751fb135083097 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. diff -r 7b428b00a1d4 -r 76c57e1fe79b 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