##// 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 107 #if windows
108 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 110 [255]
111 111 #else
112 112 $ hg serve -p $HGPORT --certificate=$PRIV 2>&1
@@ -155,7 +155,7 b''
155 155 abort: path 'mammals/.hg' is inside nested repo 'mammals' (glob)
156 156 [255]
157 157 $ hg debugwalk ../.hg
158 abort: path contains illegal component: .hg (glob)
158 abort: path contains illegal component: .hg
159 159 [255]
160 160 $ cd ..
161 161
@@ -187,10 +187,10 b''
187 187 abort: beans/../.. not under root '$TESTTMP/t' (glob)
188 188 [255]
189 189 $ hg debugwalk .hg
190 abort: path contains illegal component: .hg (glob)
190 abort: path contains illegal component: .hg
191 191 [255]
192 192 $ hg debugwalk beans/../.hg
193 abort: path contains illegal component: .hg (glob)
193 abort: path contains illegal component: .hg
194 194 [255]
195 195 $ hg debugwalk beans/../.hg/data
196 196 abort: path contains illegal component: .hg/data (glob)
General Comments 0
You need to be logged in to leave comments. Login now