mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-21 19:41:14 -03: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user