Fix error message in tests

Switching from the old debug() to flog causes a shift from

<E> fish:

to

error:

and in this one place we still test it.
This commit is contained in:
Fabian Homborg 2020-11-07 22:48:13 +01:00
parent 5ee3eeff5d
commit b0f338cf14

View File

@ -90,7 +90,7 @@ LANG=C complete -C'complete_test_recurse1 '
# CHECKERR: recursing
# CHECKERR: recursing
# CHECKERR: recursing
# CHECKERR: <E> fish: completion reached maximum recursion depth, possible cycle?
# CHECKERR: error: completion reached maximum recursion depth, possible cycle?
# short options
complete -c foo -f -a non-option-argument