From 136dc6ce2868ec5733b8a814efeca8ce34090f0f Mon Sep 17 00:00:00 2001 From: Fabian Boehm Date: Mon, 11 Sep 2023 16:52:38 +0200 Subject: [PATCH] Test for mktemp completion Turns out fish isn't in $PATH on the CI systems --- tests/checks/complete.fish | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/checks/complete.fish b/tests/checks/complete.fish index 6df757858..5fc76c9ed 100644 --- a/tests/checks/complete.fish +++ b/tests/checks/complete.fish @@ -549,6 +549,6 @@ complete -C'dotty ' rm -r $tmpdir -complete -C'complete --command=fish' | string replace -rf 'fish\t.*' 'fish' +complete -C'complete --command=mktemp' | string replace -rf '=mktemp\t.*' '=mktemp' # (one "--command=" is okay, we used to get "--command=--command=" -# CHECK: --command=fish +# CHECK: --command=mktemp