tests/test-remotefilelog-gc.t
branchstable
changeset 50724 8037ddacad47
parent 47032 1d075b857c90
child 50787 051de900b240
equal deleted inserted replaced
50723:65f949da8469 50724:8037ddacad47
   104   $ mv $CACHEDIR/repos.bak $CACHEDIR/repos
   104   $ mv $CACHEDIR/repos.bak $CACHEDIR/repos
   105 
   105 
   106 # Test that warning is displayed when the repo path is malformed
   106 # Test that warning is displayed when the repo path is malformed
   107 
   107 
   108   $ printf "asdas\0das" >> $CACHEDIR/repos
   108   $ printf "asdas\0das" >> $CACHEDIR/repos
       
   109 #if py311
       
   110   $ hg gc
       
   111   finished: removed 0 of 4 files (0.00 GB to 0.00 GB)
       
   112 #else
   109   $ hg gc
   113   $ hg gc
   110   abort: invalid path asdas\x00da: .*(null|NULL).* (re)
   114   abort: invalid path asdas\x00da: .*(null|NULL).* (re)
   111   [255]
   115   [255]
       
   116 #endif