tests/test-remotefilelog-gc.t
changeset 41762 cde37ed080c9
parent 41485 8f6f5dcd46ce
child 42943 5fadf6103790
equal deleted inserted replaced
41761:e2472b12c842 41762:cde37ed080c9
   106 
   106 
   107 # Test that warning is displayed when the repo path is malformed
   107 # Test that warning is displayed when the repo path is malformed
   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: embedded null character in path (esc) (py3 !)
   111   abort: invalid path asdas\x00da: .*(null|NULL).* (re)
   112   abort: invalid path asdas\x00da: stat() argument 1 must be encoded string without null bytes, not str (esc) (no-py3 !)
       
   113   [255]
   112   [255]