Fixed static build typo
Test: grep --null -Eo not supported on ubunti 20 Enable IPv6 for ubuntu Vagrant: enable insecure downloads
This commit is contained in:
parent
a51abd0063
commit
ac7673bc35
4 changed files with 8 additions and 2 deletions
|
|
@ -229,7 +229,7 @@ expectpart "$(curl -u andy:bar $CURLOPTS -X GET $RCPROTO://localhost/restconf/da
|
|||
new "admin read top ok (all)"
|
||||
ret=$(curl -u andy:bar $CURLOPTS -X GET $RCPROTO://localhost/restconf/data)
|
||||
expect='{"ietf-restconf:data":{"clixon-example:table":'
|
||||
match=`echo $ret | grep --null -Eo "$expect"`
|
||||
match=`echo $ret | grep "$expect"`
|
||||
if [ -z "$match" ]; then
|
||||
err "$expect" "$ret"
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue