main: Fix misspelling in test expectation

This commit is contained in:
Matthew Martin 2019-07-20 10:38:53 -05:00
parent 1fcd786f77
commit 2bd709fc28
2 changed files with 2 additions and 2 deletions

View File

@ -36,6 +36,6 @@ BUFFER='sudo_u phy1729 echo foo'
expected_region_highlight=( expected_region_highlight=(
'1 6 alias' # sudo_u '1 6 alias' # sudo_u
'8 14 default' # phy1729 '8 14 default' # phy1729
'17 19 commmand "issue #540"' # echo (not builtin) '17 19 command "issue #540"' # echo (not builtin)
'21 23 default' # foo '21 23 default' # foo
) )

View File

@ -37,6 +37,6 @@ BUFFER='sudo_b_u phy1729 echo foo'
expected_region_highlight=( expected_region_highlight=(
'1 8 alias' # sudo_b_u '1 8 alias' # sudo_b_u
'10 16 default' # phy1729 '10 16 default' # phy1729
'18 21 commmand "issue #540"' # echo (not builtin) '18 21 command "issue #540"' # echo (not builtin)
'23 25 default' # foo '23 25 default' # foo
) )