From b0f338cf14cfe0ed2bdc3db69985f8e4675ef9ff Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Sat, 7 Nov 2020 22:48:13 +0100 Subject: [PATCH] Fix error message in tests Switching from the old debug() to flog causes a shift from fish: to error: and in this one place we still test it. --- tests/checks/complete.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/checks/complete.fish b/tests/checks/complete.fish index 9e1af2df4..412076c2e 100644 --- a/tests/checks/complete.fish +++ b/tests/checks/complete.fish @@ -90,7 +90,7 @@ LANG=C complete -C'complete_test_recurse1 ' # CHECKERR: recursing # CHECKERR: recursing # CHECKERR: recursing -# CHECKERR: 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