# HG changeset patch # User Pulkit Goyal # Date 2018-08-31 19:10:26 # Node ID f5e9d074d70ae37394b8c07c882b0cb7d44bcea3 # Parent 1099d9bbdf9afeef06e7c5b5c62bf09a4dd7da31 tests: update test-casefolding.t with recent changes This is caught by the mac-buildbot. This was not found initially because this test requires a case insensitive filesystem. I have edited the test file by hand and I suggest to test this on such a system before pushing. Differential Revision: https://phab.mercurial-scm.org/D4430 diff --git a/tests/test-casefolding.t b/tests/test-casefolding.t --- a/tests/test-casefolding.t +++ b/tests/test-casefolding.t @@ -52,7 +52,8 @@ test changing case of path components $ hg ci -Am addb D/b $ hg mv D/b d/b D/b: not overwriting - file already committed - (hg rename --force to replace the file by recording a rename) + ('hg rename --force' to replace the file by recording a rename) + [1] $ hg mv D/b d/c $ hg st A D/c