mirror of
https://github.com/facebook/sapling.git
synced 2025-01-06 04:43:19 +03:00
tests: remove glob from output lines containing no glob character
This commit is contained in:
parent
bf363c5722
commit
9897a9583e
@ -106,7 +106,7 @@ Test server address cannot be reused
|
||||
|
||||
#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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user