vim-patch:8.2.0691: startup test fails

Problem:    Startup test fails.
Solution:   Adjust expected output from -V2 argument.
7779ee30d9
This commit is contained in:
Jan Edmund Lazo 2020-05-03 13:41:26 -04:00
parent 88f4650114
commit cd16e036d1
No known key found for this signature in database
GPG Key ID: 64915E6E9F735B15

View File

@ -271,7 +271,7 @@ func Test_V_arg()
call assert_equal(" verbose=0\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V2 -c "set verbose?" -cq')
" call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nSearching for \"filetype\.vim\".*\n", out)
" call assert_match("sourcing \"$VIMRUNTIME[\\/]defaults\.vim\"\r\nline \\d\\+: sourcing \"[\\./]*runtime[\\/]filetype\.vim\".*\n", out)
call assert_match(" verbose=2\n", out)
let out = system(GetVimCommand() . ' --clean -es -X -V15 -c "set verbose?" -cq')