mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08: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
@ -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…
x
Reference in New Issue
Block a user