Mercurial > hg
comparison tests/test-imports-checker.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 | 42d2b31cee0b |
children |
comparison
equal
deleted
inserted
replaced
50726:65f949da8469 | 50727:8037ddacad47 |
---|