diff --git a/contrib/python3-whitelist b/contrib/python3-whitelist --- a/contrib/python3-whitelist +++ b/contrib/python3-whitelist @@ -533,6 +533,7 @@ test-ssh-clone-r.t test-ssh-proto-unbundle.t test-ssh-proto.t +test-ssh-repoerror.t test-ssh.t test-sshserver.py test-stack.t diff --git a/tests/test-ssh-repoerror.t b/tests/test-ssh-repoerror.t --- a/tests/test-ssh-repoerror.t +++ b/tests/test-ssh-repoerror.t @@ -16,7 +16,7 @@ $ chmod a-rx no-read $ hg id ssh://user@dummy/no-read - remote: abort: Permission denied: '$TESTTMP/no-read/.hg' + remote: abort: Permission denied: *$TESTTMP/no-read/.hg* (glob) abort: no suitable response from remote hg! [255] @@ -50,7 +50,7 @@ $ chmod a-rx deep $ hg id ssh://user@dummy/deep/nested - remote: abort: Permission denied: '$TESTTMP/deep/nested/.hg' + remote: abort: Permission denied: *$TESTTMP/deep/nested/.hg* (glob) abort: no suitable response from remote hg! [255]