Removed example CLI unneccesary compare command for show compare

This commit is contained in:
Olof hagsand 2022-01-24 11:09:38 +01:00
parent fbeefd600e
commit ed2ff88006
2 changed files with 1 additions and 2 deletions

View file

@ -101,7 +101,7 @@ new "cli success validate"
expectpart "$($clixon_cli -1 -f $cfg -l o validate)" 0 "^$"
new "cli compare diff"
expectpart "$($clixon_cli -1 -f $cfg -l o compare)" 0 "+ ip 1.2.3.4;"
expectpart "$($clixon_cli -1 -f $cfg -l o show compare text)" 0 "+ ip 1.2.3.4;"
new "cli start shell"
expectpart "$($clixon_cli -1 -f $cfg -l o shell echo foo)" 0 "foo"