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:
Fabian Boehm 2023-09-10 20:56:58 +02:00
parent b03327f5d2
commit 110de8e0df

View file

@ -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