Skip to content
Snippets Groups Projects
Commit 52b773f5e9a4 authored by Matt Harbison's avatar Matt Harbison
Browse files

tests: replace `cd ..` with an absolute path in a couple ssh tests

These tests are broken under py3 on Windows to the point where the `cd ..` was
actually escaping into the system wide $TEMP.  The subsequent `hg init` created
a repo there, and then added a local extension to the hgrc.  This breaks every
single subsequent test when it tries to `hg init` in its $TESTTMP, and can't
load the localwrite.py extension.  And since I botched this the first time and
replaced the wrong `cd ..`, this just replaces all of them.  I've noticed test
garbage in $TEMP recently, and maybe this will help.

Perhaps `hg init` shouldn't load the config for the local repo, but this is an
easy enough workaround for now.
parent 9c4cbbb0fc51
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment