diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-05-16 13:58:55 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-16 13:58:55 +0200 |
commit | 910a5c0e21145755b0d849b11b81df8e78d0e871 (patch) | |
tree | 9c2fe90c28c0add73bcab9f4130c7faf5132e568 /tests | |
parent | lib: Fix missing vrf_int.h from `make distribute` (diff) | |
parent | Merge pull request #539 from donaldsharp/arm (diff) | |
download | frr-910a5c0e21145755b0d849b11b81df8e78d0e871.tar.xz frr-910a5c0e21145755b0d849b11b81df8e78d0e871.zip |
Merge branch 'master' into vrf_stuff
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/cli/test_cli.refout.in | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/tests/lib/cli/test_cli.refout.in b/tests/lib/cli/test_cli.refout.in index 18822c150..db9da429a 100644 --- a/tests/lib/cli/test_cli.refout.in +++ b/tests/lib/cli/test_cli.refout.in @@ -61,7 +61,7 @@ cmd2 with 3 args. [01]: ipv6
[02]: de4d:b33f::cafe
test# arg ipv6 de4d:b3
-% There is no matched command.
+ X:X::X:X 02
test# arg ipv6 de4d:b33f::caf
X:X::X:X 02
test# arg ipv6 de4d:b33f::cafe
@@ -264,7 +264,8 @@ cmd10 with 3 args. test#
test# alt a
test# alt a a
- WORD 02
+ WORD 02
+ X:X::X:X 02
test# alt a ab
cmd11 with 3 args.
[00]: alt
@@ -281,7 +282,8 @@ cmd12 with 3 args. [02]: 1.2.3.4
test# alt a 1
test# alt a 1:2
- WORD 02
+ WORD 02
+ X:X::X:X 02
test# alt a 1:2
test# alt a 1:2::
WORD 02
|