Mercurial > hg
diff tests/test-remotefilelog-gc.t @ 50751:0a55206c5a1e
branching: merge stable into default
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 06 Jul 2023 16:07:34 +0200 |
parents | 8037ddacad47 |
children | 051de900b240 |
line wrap: on
line diff
--- a/tests/test-remotefilelog-gc.t Thu Jun 22 11:28:17 2023 +0200 +++ b/tests/test-remotefilelog-gc.t Thu Jul 06 16:07:34 2023 +0200 @@ -106,6 +106,11 @@ # Test that warning is displayed when the repo path is malformed $ printf "asdas\0das" >> $CACHEDIR/repos +#if py311 + $ hg gc + finished: removed 0 of 4 files (0.00 GB to 0.00 GB) +#else $ hg gc abort: invalid path asdas\x00da: .*(null|NULL).* (re) [255] +#endif