##// END OF EJS Templates
tests: stabilize test-share.t on Windows...
Matt Harbison -
r42057:e82c932c default
parent child Browse files
Show More
@@ -127,7 +127,7 b' hg serve shared clone'
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
General Comments 0
You need to be logged in to leave comments. Login now