D7816: tests: stabilize test-subrepo-svn.t on Windows

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Tue Jan 14 13:17:31 EST 2020


mharbison72 edited the summary of this revision.
mharbison72 updated this revision to Diff 19265.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7816?vs=19117&id=19265

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7816/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7816

AFFECTED FILES
  tests/test-subrepo-svn.t

CHANGE DETAILS

diff --git a/tests/test-subrepo-svn.t b/tests/test-subrepo-svn.t
--- a/tests/test-subrepo-svn.t
+++ b/tests/test-subrepo-svn.t
@@ -85,7 +85,7 @@
 
 debugsub
 
-  $ hg debugsub
+  $ hg debugsub | sed 's/%3A/:/g'
   path s
    source   file:/*/$TESTTMP/svn-repo/src (glob)
    revision 2
@@ -111,7 +111,7 @@
   Fetching external item into '*s/externals'* (glob)
   External at revision 1.
   At revision 3.
-  $ hg debugsub
+  $ hg debugsub | sed 's/%3A/:/g'
   path s
    source   file:/*/$TESTTMP/svn-repo/src (glob)
    revision 3
@@ -233,7 +233,7 @@
 
 debugsub in clone
 
-  $ hg debugsub
+  $ hg debugsub | sed 's/%3A/:/g'
   path s
    source   file:/*/$TESTTMP/svn-repo/src (glob)
    revision 3
@@ -574,8 +574,8 @@
 Test forgetting files, not implemented in svn subrepo, used to
 traceback
 
-  $ hg forget 'notafile*'
-  notafile*: $ENOENT$
+  $ hg forget 'notafile'
+  notafile: $ENOENT$
   [1]
 
 Test a subrepo referencing a just moved svn path. Last commit rev will



To: mharbison72, #hg-reviewers, pulkit
Cc: mercurial-devel


More information about the Mercurial-devel mailing list