Show More
@@ -106,6 +106,11 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 | |||
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 |
General Comments 0
You need to be logged in to leave comments.
Login now