changeset 25864:84074e4fc80f stable

test-clone: fix globs for Windows
author Matt Harbison <matt_harbison@yahoo.com>
date Mon, 20 Jul 2015 22:44:53 -0400
parents 1b449b012073
children a48a7c2d1fea
files tests/test-clone.t
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-clone.t	Mon Jul 20 15:42:39 2015 -0700
+++ b/tests/test-clone.t	Mon Jul 20 22:44:53 2015 -0400
@@ -788,7 +788,7 @@
 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 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 @@
   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 @@
 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