tests: add globs for Windows stable
authorMatt Harbison <matt_harbison@yahoo.com>
Sat, 11 Nov 2017 12:37:05 -0500
branchstable
changeset 35166 ba6324ee49e9
parent 35165 27196b7fc1ac
child 35167 9fb2b0b41bec
tests: add globs for Windows
tests/test-amend-subrepo.t
tests/test-audit-subrepo.t
--- a/tests/test-amend-subrepo.t	Sat Nov 25 15:29:34 2017 +0900
+++ b/tests/test-amend-subrepo.t	Sat Nov 11 12:37:05 2017 -0500
@@ -58,7 +58,7 @@
 
   $ echo a >> s/a
   $ hg add -R s
-  adding s/a
+  adding s/a (glob)
   $ hg amend
   abort: uncommitted changes in subrepository "s"
   (use --subrepos for recursive commit)
--- a/tests/test-audit-subrepo.t	Sat Nov 25 15:29:34 2017 +0900
+++ b/tests/test-audit-subrepo.t	Sat Nov 11 12:37:05 2017 -0500
@@ -9,7 +9,7 @@
   $ hg init sub/.hg
   $ echo 'sub/.hg = sub/.hg' >> .hgsub
   $ hg ci -qAm 'add subrepo "sub/.hg"'
-  abort: path 'sub/.hg' is inside nested repo 'sub'
+  abort: path 'sub/.hg' is inside nested repo 'sub' (glob)
   [255]
 
 prepare tampered repo (including the commit above):
@@ -33,7 +33,7 @@
 on clone (and update):
 
   $ hg clone -q hgname hgname2
-  abort: path 'sub/.hg' is inside nested repo 'sub'
+  abort: path 'sub/.hg' is inside nested repo 'sub' (glob)
   [255]
 
 Test direct symlink traversal