https://bz.mercurial-scm.org/show_bug.cgi?id=5761

            Bug ID: 5761
           Summary: path detection changes breaks test-run-tests on mac
           Product: Mercurial
           Version: default branch
          Hardware: Macintosh
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: mbtho...@fb.com
                CC: mercurial-devel@mercurial-scm.org

The recent changes to make handling of Windows paths not require `(glob)` in
the tests has broken the `test-run-tests.t` test on Mac:

At revision 0432e54f4dbe2590a7d6d81ae69f349490fb6fa8 it starts to fail with:


@@ -724,7 +724,7 @@
      $ echo 'saved backup bundle to $TESTTMP/foo.hg'
      saved backup bundle to $TESTTMP/foo.hg
      $ echo 'saved backup bundle to $TESTTMP/foo.hg'
-  -  saved backup bundle to $TESTTMP\foo.hg
+  -  saved backup bundle to $TESTTMP\x0coo.hg (esc)
   +  saved backup bundle to $TESTTMP/foo.hg
      $ echo 'saved backup bundle to $TESTTMP/foo.hg'
      saved backup bundle to $TESTTMP/*.hg (glob)


It looks like the \f in the path is being interpreted as a form-feed character.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to