Test for mktemp completion

Turns out fish isn't in $PATH on the CI systems

(cherry picked from commit 136dc6ce28)
This commit is contained in:
Fabian Boehm 2023-09-11 16:52:38 +02:00
parent 71ef8d317a
commit 6be5b02231

View File

@ -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