D5773: tests: add Python 3 output for test-remotefilelog-gc.t

indygreg (Gregory Szorc) phabricator at mercurial-scm.org
Wed Jan 30 20:43:46 EST 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rHG161d3c0d7dbc: tests: add Python 3 output for test-remotefilelog-gc.t (authored by indygreg, committed by ).

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D5773?vs=13628&id=13638

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

AFFECTED FILES
  tests/test-remotefilelog-gc.t

CHANGE DETAILS

diff --git a/tests/test-remotefilelog-gc.t b/tests/test-remotefilelog-gc.t
--- a/tests/test-remotefilelog-gc.t
+++ b/tests/test-remotefilelog-gc.t
@@ -108,5 +108,6 @@
 
   $ printf "asdas\0das" >> $CACHEDIR/repos
   $ hg gc
-  abort: invalid path asdas\x00da: stat() argument 1 must be encoded string without null bytes, not str (esc)
+  abort: invalid path asdas\x00da: stat: embedded null character in path (esc) (py3 !)
+  abort: invalid path asdas\x00da: stat() argument 1 must be encoded string without null bytes, not str (esc) (no-py3 !)
   [255]



To: indygreg, #hg-reviewers
Cc: mjpieters, mercurial-devel


More information about the Mercurial-devel mailing list