mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-04 00:58:46 +00: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
1 changed files with 2 additions and 2 deletions
|
@ -533,6 +533,6 @@ end
|
||||||
|
|
||||||
rm -r $tmpdir
|
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="
|
# (one "--command=" is okay, we used to get "--command=--command="
|
||||||
# CHECK: --command=fish
|
# CHECK: --command=mktemp
|
||||||
|
|
Loading…
Reference in a new issue