From 6be5b02231c2c8afeed8197f6b82f01738b9b28c 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 (cherry picked from commit 136dc6ce2868ec5733b8a814efeca8ce34090f0f) --- 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 79ef35f4c..be13fb0d1 100644 --- a/tests/checks/complete.fish +++ b/tests/checks/complete.fish @@ -533,6 +533,6 @@ end rm -r $tmpdir -complete -C'complete --command=fish' | head -n 1 | string replace -rf '\t.*' '' +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