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

tests: stabilize test-share.t on Windows

PYTHON was not getting mangled for MSYS style paths, and remote was spitting out

    remote: 'C' is not recognized as an internal or external command,
    remote: operable program or batch file.

(once -q was removed).  Additionally, this should fix a failure with py3 because
of spaces in the path.
parent 7da6307cc07a
No related branches found
No related tags found
No related merge requests found
......@@ -127,7 +127,7 @@
Cloning a shared repo via bundle2 results in a non-shared clone
$ cd ..
$ hg clone -q --stream --config ui.ssh="$PYTHON \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
$ hg clone -q --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
$ cat ./cloned-via-bundle2/.hg/requires | grep "shared"
[1]
$ hg id --cwd cloned-via-bundle2 -r tip
......
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