runtest.sh: Feature set for Vi is now called Tiny

This commit is contained in:
Zdenek Dohnal 2022-10-12 15:08:12 +02:00
commit fdc3d77c44

View file

@ -98,11 +98,11 @@ rlJournalStart
do
rlLog "$shell: Running $app"
$shell -c "$app --version > out"
rlAssertGrep 'Small version without GUI' out
rlAssertGrep 'Tiny version without GUI' out
rlLog "$shell: Running $app under sudo"
sudo $shell -c "$app --version > sudo_out"
rlAssertGrep 'Small version without GUI' sudo_out
rlAssertGrep 'Tiny version without GUI' sudo_out
done
rlLog "--------------------------------------------------------------"