[PATCH 1 of 3 STABLE] test-clone: fix globs for Windows

Matt Harbison mharbison72 at gmail.com
Tue Jul 21 03:43:55 UTC 2015


# HG changeset patch
# User Matt Harbison <matt_harbison at yahoo.com>
# Date 1437446693 14400
#      Mon Jul 20 22:44:53 2015 -0400
# Branch stable
# Node ID 60cf2b367c21aa6df4d5e9116b3360ca9ca43f6d
# Parent  a2d178b3a1b4227e5e7d48d2b3fa5ab1171ca59b
test-clone: fix globs for Windows

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 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
 


More information about the Mercurial-devel mailing list