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

            Bug ID: 6585
           Summary: 5.9: test-censor.t test failure
           Product: Mercurial
           Version: 5.9
          Hardware: PC
                OS: Mac OS
            Status: UNCONFIRMED
          Severity: feature
          Priority: wish
         Component: censor
          Assignee: bugzi...@mercurial-scm.org
          Reporter: t...@giga.or.at
                CC: mercurial-devel@mercurial-scm.org
    Python Version: ---

On NetBSD 9.99.88/amd64 with python 3.9.6 I see the following test failure:

--- /scratch/devel/py-mercurial/work/mercurial-5.9/tests/test-censor.t
+++
/scratch/devel/py-mercurial/work/mercurial-5.9/tests/test-censor.t#revlogv2.err
@@ -552,14 +552,14 @@
 Censor the file

   $ hg cat -r $B1 target | wc -l
-  50002 (re)
+     50002
   $ hg censor -r $B1 target
   $ hg cat -r $B1 target | wc -l
-  0 (re)
+         0

 Check the children is fine

   $ hg cat -r $B2 target | wc -l
-  50003 (re)
+     50003

 #endif

ERROR: test-censor.t#revlogv2 output changed

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