Mercurial > hg-stable
changeset 30223:76c57e1fe79b stable
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.
author | Simon Farnsworth <simonfar@fb.com> |
---|---|
date | Fri, 21 Oct 2016 16:31:16 +0100 |
parents | 7b428b00a1d4 |
children | ad56071b37d4 7069d3d8a56e |
files | tests/test-casefolding.t |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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