##// END OF EJS Templates
tests: backed out changeset 8037ddacad47...
marmoute -
r51884:051de900 stable
parent child Browse files
Show More
@@ -106,11 +106,6 b''
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
113 $ hg gc
109 $ hg gc
114 abort: invalid path asdas\x00da: .*(null|NULL).* (re)
110 abort: invalid path asdas\x00da: .*(null|NULL).* (re)
115 [255]
111 [255]
116 #endif
General Comments 0
You need to be logged in to leave comments. Login now