comparison tests/test-share.t @ 41891:e82c932c01e3

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Thu, 07 Mar 2019 22:14:22 -0500
parents 2d835c42ab41
children e4ac7e63c213
comparison
equal deleted inserted replaced
41890:7da6307cc07a 41891:e82c932c01e3
125 125
126 126
127 Cloning a shared repo via bundle2 results in a non-shared clone 127 Cloning a shared repo via bundle2 results in a non-shared clone
128 128
129 $ cd .. 129 $ cd ..
130 $ hg clone -q --stream --config ui.ssh="$PYTHON \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2 130 $ hg clone -q --stream --config ui.ssh="\"$PYTHON\" \"$TESTDIR/dummyssh\"" ssh://user@dummy/`pwd`/repo2 cloned-via-bundle2
131 $ cat ./cloned-via-bundle2/.hg/requires | grep "shared" 131 $ cat ./cloned-via-bundle2/.hg/requires | grep "shared"
132 [1] 132 [1]
133 $ hg id --cwd cloned-via-bundle2 -r tip 133 $ hg id --cwd cloned-via-bundle2 -r tip
134 c2e0ac586386 tip 134 c2e0ac586386 tip
135 $ cd repo2 135 $ cd repo2