changeset 50991:051de900b240 stable

tests: backed out changeset 8037ddacad47 This issue with 3.11 was real, but it eventually got fixed after people started building exploit and filling CVE See https://github.com/python/cpython/issues/106242 And https://github.com/python/cpython/pull/106816
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sun, 24 Sep 2023 04:35:02 +0200
parents 758e40b9a8af
children 704c3d0878d9
files tests/test-remotefilelog-gc.t
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-remotefilelog-gc.t	Thu Oct 05 14:47:42 2023 -0300
+++ b/tests/test-remotefilelog-gc.t	Sun Sep 24 04:35:02 2023 +0200
@@ -106,11 +106,6 @@
 # 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