tests: remove glob from output lines containing no glob character
authorSimon Heimberg <simohe@besonet.ch>
Wed, 13 Feb 2013 22:05:30 +0100
changeset 18682 408f2202bd80
parent 18681 7591ed29e824
child 18683 a343eccd5ee2
tests: remove glob from output lines containing no glob character
tests/test-https.t
tests/test-walk.t
--- a/tests/test-https.t	Mon Oct 15 23:28:45 2012 +0200
+++ b/tests/test-https.t	Wed Feb 13 22:05:30 2013 +0100
@@ -106,7 +106,7 @@
 
 #if windows
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
-  abort: cannot start server at ':$HGPORT': (glob)
+  abort: cannot start server at ':$HGPORT':
   [255]
 #else
   $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
--- a/tests/test-walk.t	Mon Oct 15 23:28:45 2012 +0200
+++ b/tests/test-walk.t	Wed Feb 13 22:05:30 2013 +0100
@@ -155,7 +155,7 @@
   abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob)
   [255]
   $ hg debugwalk ../.hg
-  abort: path contains illegal component: .hg (glob)
+  abort: path contains illegal component: .hg
   [255]
   $ cd ..
 
@@ -187,10 +187,10 @@
   abort: beans/../.. not under root '$TESTTMP/t' (glob)
   [255]
   $ hg debugwalk .hg
-  abort: path contains illegal component: .hg (glob)
+  abort: path contains illegal component: .hg
   [255]
   $ hg debugwalk beans/../.hg
-  abort: path contains illegal component: .hg (glob)
+  abort: path contains illegal component: .hg
   [255]
   $ hg debugwalk beans/../.hg/data
   abort: path contains illegal component: .hg/data (glob)