0
0
mirror of https://github.com/vim/vim.git synced 2025-09-25 03:54:15 -04:00

patch 8.2.4651: test fails because path differs

Problem:    Test fails because path differs.
Solution:   Only compare the tail of the path.
This commit is contained in:
Bram Moolenaar
2022-03-30 21:57:50 +01:00
parent c0ceeeb839
commit 1712518f48
2 changed files with 3 additions and 1 deletions

View File

@@ -334,7 +334,7 @@ def Test_disassemble_import_autoload()
var res = execute('disass AutoloadFunc') var res = execute('disass AutoloadFunc')
assert_match('<SNR>\d*_AutoloadFunc.*' .. assert_match('<SNR>\d*_AutoloadFunc.*' ..
'echo XimportAL.SomeFunc()\_s*' .. 'echo XimportAL.SomeFunc()\_s*' ..
'\d SOURCE /home/mool/vim/vim82/src/testdir/XimportAL.vim\_s*' .. '\d SOURCE .*/testdir/XimportAL.vim\_s*' ..
'\d PUSHFUNC "<80><fd>R\d\+_SomeFunc"\_s*' .. '\d PUSHFUNC "<80><fd>R\d\+_SomeFunc"\_s*' ..
'\d PCALL top (argc 0)\_s*' .. '\d PCALL top (argc 0)\_s*' ..
'\d PCALL end\_s*' .. '\d PCALL end\_s*' ..

View File

@@ -750,6 +750,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
4651,
/**/ /**/
4650, 4650,
/**/ /**/