mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 13:23:09 +00:00
Harden test
Turns out the order wasn't the same on CI as it was on my system. Just match it.
This commit is contained in:
parent
b03327f5d2
commit
110de8e0df
1 changed files with 1 additions and 1 deletions
|
@ -549,6 +549,6 @@ complete -C'dotty '
|
|||
|
||||
rm -r $tmpdir
|
||||
|
||||
complete -C'complete --command=fish' | head -n 1 | string replace -rf '\t.*' ''
|
||||
complete -C'complete --command=fish' | string replace -rf 'fish\t.*' 'fish'
|
||||
# (one "--command=" is okay, we used to get "--command=--command="
|
||||
# CHECK: --command=fish
|
||||
|
|
Loading…
Reference in a new issue