tests: Fix an XFail test expectation.

Before this commit, the test was unable to XPass, since there is no
highlighting style called "normal".
This commit is contained in:
Daniel Shahaf 2020-03-16 19:04:12 +00:00
parent 6243c99f41
commit 241d3a92e8

View file

@ -35,5 +35,5 @@ BUFFER='sudo -e /does/not/exist'
expected_region_highlight=(
'1 4 precommand' # sudo
'6 7 single-hyphen-option' # -e
'9 23 normal "issue #678"' # /does/not/exist
'9 23 default "issue #678"' # /does/not/exist
)