diff --git a/tests/test-clone.t b/tests/test-clone.t --- a/tests/test-clone.t +++ b/tests/test-clone.t @@ -788,7 +788,7 @@ The shared repo should have been created The destination should point to it $ cat share-dest1a/.hg/sharedpath; echo - $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg + $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg (glob) The destination should have bookmarks @@ -798,7 +798,7 @@ The destination should have bookmarks The default path should be the remote, not the share $ hg -R share-dest1a config paths.default - $TESTTMP/source1a + $TESTTMP/source1a (glob) Clone with existing share dir should result in pull + share @@ -818,7 +818,7 @@ Clone with existing share dir should res b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1 $ cat share-dest1b/.hg/sharedpath; echo - $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg + $TESTTMP/share/b5f04eac9d8f7a6a9fcb070243cccea7dc5ea0c1/.hg (glob) We only get bookmarks from the remote, not everything in the share @@ -829,7 +829,7 @@ We only get bookmarks from the remote, n Default path should be source, not share. $ hg -R share-dest1b config paths.default - $TESTTMP/source1a + $TESTTMP/source1a (glob) Clone from unrelated repo should result in new share