D4430: tests: update test-casefolding.t with recent changes

pulkit (Pulkit Goyal) phabricator at mercurial-scm.org
Fri Aug 31 19:18:21 UTC 2018


pulkit created this revision.
Herald added a subscriber: mercurial-devel.
Herald added a reviewer: hg-reviewers.

REVISION SUMMARY
  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.

REPOSITORY
  rHG Mercurial

REVISION DETAIL
  https://phab.mercurial-scm.org/D4430

AFFECTED FILES
  tests/test-casefolding.t

CHANGE DETAILS

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 @@
   $ 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



To: pulkit, #hg-reviewers
Cc: mercurial-devel


More information about the Mercurial-devel mailing list