Mercurial > hg
diff tests/test-update-reverse.t @ 50727:8037ddacad47 stable
tests: update test-remotefilelog-gc.t for Python 3.11
The test output changed because test coverage changed because normpath changed:
$ python3.10 -c 'import os; print(repr(os.path.normpath("asdas\0das")))'
'asdas\x00das'
$ python3.11 -c 'import os; print(repr(os.path.normpath("asdas\0das")))'
'asdas'
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 22 Mar 2023 16:05:59 +0100 |
parents | 55c6ebd11cb9 |
children |