diff --git a/Sanity/vim-aliases/runtest.sh b/Sanity/vim-aliases/runtest.sh index fa062bb..3a73cdf 100755 --- a/Sanity/vim-aliases/runtest.sh +++ b/Sanity/vim-aliases/runtest.sh @@ -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 "--------------------------------------------------------------"