runtest.sh: Feature set for Vi is now called Tiny
This commit is contained in:
parent
8c87001d45
commit
fdc3d77c44
1 changed files with 2 additions and 2 deletions
|
|
@ -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 "--------------------------------------------------------------"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue