##// END OF EJS Templates
tests: add Python 3 output for test-remotefilelog-gc.t...
Gregory Szorc -
r41523:161d3c0d default draft
parent child Browse files
Show More
@@ -108,5 +108,6 b''
108
108
109 $ printf "asdas\0das" >> $CACHEDIR/repos
109 $ printf "asdas\0das" >> $CACHEDIR/repos
110 $ hg gc
110 $ hg gc
111 abort: invalid path asdas\x00da: stat() argument 1 must be encoded string without null bytes, not str (esc)
111 abort: invalid path asdas\x00da: stat: embedded null character in path (esc) (py3 !)
112 abort: invalid path asdas\x00da: stat() argument 1 must be encoded string without null bytes, not str (esc) (no-py3 !)
112 [255]
113 [255]
General Comments 0
You need to be logged in to leave comments. Login now