]> granicus.if.org Git - vim/commitdiff
patch 8.2.0691: startup test fails v8.2.0691
authorBram Moolenaar <Bram@vim.org>
Sun, 3 May 2020 15:55:32 +0000 (17:55 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 3 May 2020 15:55:32 +0000 (17:55 +0200)
Problem:    Startup test fails.
Solution:   Adjust expected output from -V2 argument.

src/testdir/test_startup.vim
src/version.c

index 5eff1bdf35955ec8785190d49aa23bd2581eef83..ff3510ef6a39eefc83e62f860169ab65f06498c3 100644 (file)
@@ -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')
index 6dc86b96434bd614b78c8595895cbd86b1161c70..abfade87d0d10b085710dfa5c8c82ce236721ef5 100644 (file)
@@ -746,6 +746,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    691,
 /**/
     690,
 /**/