mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-29 13:23:53 +08:00
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:
parent
71ef8d317a
commit
6be5b02231
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user