mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-07 01:51:14 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user