changeset 20271:5aacedd332a8 v8.2.0691

patch 8.2.0691: startup test fails Commit: https://github.com/vim/vim/commit/7779ee30d912e9dd5bd2371f8b27057bd249d53c Author: Bram Moolenaar <Bram@vim.org> Date: Sun May 3 17:55:32 2020 +0200 patch 8.2.0691: startup test fails Problem: Startup test fails. Solution: Adjust expected output from -V2 argument.
author Bram Moolenaar <Bram@vim.org>
date Sun, 03 May 2020 18:00:04 +0200
parents bfaa696d0011
children 2eaaa5cd4915
files src/testdir/test_startup.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_startup.vim
+++ b/src/testdir/test_startup.vim
@@ -274,7 +274,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')
--- a/src/version.c
+++ b/src/version.c
@@ -747,6 +747,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    691,
+/**/
     690,
 /**/
     689,