Test for mktemp completion

Turns out fish isn't in $PATH on the CI systems
This commit is contained in:
Fabian Boehm 2023-09-11 16:52:38 +02:00
parent 110de8e0df
commit 136dc6ce28

View file

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