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

            Bug ID: 6843
           Summary: test-remotefilelog-gc.t: embedded null character in
                    path
           Product: Mercurial
           Version: 6.5.1
          Hardware: All
                OS: NetBSD
            Status: UNCONFIRMED
          Severity: bug
          Priority: wish
         Component: Mercurial
          Assignee: bugzi...@mercurial-scm.org
          Reporter: t...@giga.or.at
                CC: mercurial-de...@mercurial-scm.org
    Python Version: ---

In 6.5.1 with Python 3.11.5 on NetBSD there is a new test failure:

---
/scratch/devel/py-mercurial/work/mercurial-6.5.1/tests/test-remotefilelog-gc.t
+++
/scratch/devel/py-mercurial/work/mercurial-6.5.1/tests/test-remotefilelog-gc.t.err
@@ -108,7 +108,8 @@
   $ printf "asdas\0das" >> $CACHEDIR/repos
 #if py311
   $ hg gc
-  finished: removed 0 of 4 files (0.00 GB to 0.00 GB)
+  abort: invalid path asdas\x00da: stat: embedded null character in path (esc)
+  [255]
 #else
   $ hg gc
   abort: invalid path asdas\x00da: .*(null|NULL).* (re)

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

Reply via email to