Patch 8.2.4200
Problem: Some tests do not clean up properly.
Solution: Delete created files. (Yegappan Lakshmanan, closes #9611)
Files: src/testdir/test_filetype.vim, src/testdir/test_messages.vim,
src/testdir/test_vim9_import.vim
*** ../vim-8.2.4199/src/testdir/test_filetype.vim 2022-01-23
17:09:00.342463158 +0000
--- src/testdir/test_filetype.vim 2022-01-24 11:33:02.113547770 +0000
***************
*** 1191,1196 ****
--- 1191,1200 ----
call delete('0', 'rf')
call delete('0.orig', 'rf')
+ call delete('Xfile1Dict')
+ call delete('Xfile1Dict.something')
+ call delete('XfileProperties')
+ call delete('XfileProperties.something')
filetype off
endfunc
*** ../vim-8.2.4199/src/testdir/test_messages.vim 2022-01-20
14:43:55.719748948 +0000
--- src/testdir/test_messages.vim 2022-01-24 11:33:02.113547770 +0000
***************
*** 373,378 ****
--- 373,379 ----
" clean up
call StopVimInTerminal(buf)
call delete('Xtest_fileinfo_after_echo')
+ call delete('b.txt')
endfunc
" vim: shiftwidth=2 sts=2 expandtab
*** ../vim-8.2.4199/src/testdir/test_vim9_import.vim 2022-01-23
17:59:01.226173123 +0000
--- src/testdir/test_vim9_import.vim 2022-01-24 11:33:02.117547692 +0000
***************
*** 757,762 ****
--- 757,763 ----
diffoff!
bwipe!
bwipe!
+ delete('Xdiffexpr')
enddef
def Test_import_in_patchexpr()
***************
*** 843,849 ****
bwipe!
bwipe!
set includeexpr=
! delete('Xinclude')
delete('Xthisfile')
enddef
--- 844,850 ----
bwipe!
bwipe!
set includeexpr=
! delete('Xinclude.vim')
delete('Xthisfile')
enddef
***************
*** 1927,1933 ****
writefile(lines, 'Xscriptname.vim')
CheckScriptFailure(lines, 'E1263:')
! delete('Xscriptname')
enddef
def Test_import_autoload_postponed()
--- 1928,1934 ----
writefile(lines, 'Xscriptname.vim')
CheckScriptFailure(lines, 'E1263:')
! delete('Xscriptname.vim')
enddef
def Test_import_autoload_postponed()
*** ../vim-8.2.4199/src/version.c 2022-01-24 11:23:59.863900387 +0000
--- src/version.c 2022-01-24 11:34:59.035268739 +0000
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 4200,
/**/
--
Every exit is an entrance into something else.
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// \\\
\\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/20220124114304.8796B1C0295%40moolenaar.net.