Mercurial > hg
diff tests/test-ssh.t @ 50799:02eae2df911a
wrapfunction: use sysstr instead of bytes as argument in various tests
This is as valid and simpler, it will help us to eventually get ride of
`safehasattr`.
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 10 Jul 2023 19:34:04 +0200 |
parents | c5e93c915ab6 |
children | dcaa2df1f688 |
line wrap: on
line diff
--- a/tests/test-ssh.t Mon Jul 10 19:33:14 2023 +0200 +++ b/tests/test-ssh.t Mon Jul 10 19:34:04 2023 +0200 @@ -479,7 +479,7 @@ > return res > > def extsetup(ui): - > extensions.wrapfunction(exchange, b'push', wrappedpush) + > extensions.wrapfunction(exchange, 'push', wrappedpush) > EOF $ cat >> .hg/hgrc << EOF