run-test: avoid byte issue when replacing output file of python test...
run-test: avoid byte issue when replacing output file of python test
Otherwise we get error like::
FileNotFoundError: [Errno 2] No such file or directory: "b'…/tests/test-minirst.py'.out"
Differential Revision:
https://phab.mercurial-scm.org/D9868