mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-28 05:43:11 +00:00
Test for mktemp completion
Turns out fish isn't in $PATH on the CI systems
This commit is contained in:
parent
110de8e0df
commit
136dc6ce28
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue