##// END OF EJS Templates
tests: remove glob from output lines containing no glob character
Simon Heimberg -
r18682:408f2202 default
parent child Browse files
Show More
@@ -106,7 +106,7 b' Test server address cannot be reused'
106
106
107 #if windows
107 #if windows
108 $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
108 $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
109 abort: cannot start server at ':$HGPORT': (glob)
109 abort: cannot start server at ':$HGPORT':
110 [255]
110 [255]
111 #else
111 #else
112 $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
112 $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
@@ -155,7 +155,7 b''
155 abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob)
155 abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob)
156 [255]
156 [255]
157 $ hg debugwalk ../.hg
157 $ hg debugwalk ../.hg
158 abort: path contains illegal component: .hg (glob)
158 abort: path contains illegal component: .hg
159 [255]
159 [255]
160 $ cd ..
160 $ cd ..
161
161
@@ -187,10 +187,10 b''
187 abort: beans/../.. not under root '$TESTTMP/t' (glob)
187 abort: beans/../.. not under root '$TESTTMP/t' (glob)
188 [255]
188 [255]
189 $ hg debugwalk .hg
189 $ hg debugwalk .hg
190 abort: path contains illegal component: .hg (glob)
190 abort: path contains illegal component: .hg
191 [255]
191 [255]
192 $ hg debugwalk beans/../.hg
192 $ hg debugwalk beans/../.hg
193 abort: path contains illegal component: .hg (glob)
193 abort: path contains illegal component: .hg
194 [255]
194 [255]
195 $ hg debugwalk beans/../.hg/data
195 $ hg debugwalk beans/../.hg/data
196 abort: path contains illegal component: .hg/data (glob)
196 abort: path contains illegal component: .hg/data (glob)
General Comments 0
You need to be logged in to leave comments. Login now