Patch 8.2.3096
Problem: Temp files remain after running tests.
Solution: Delete the right files. (Dominique Pellé, closes #8509)
Files: src/testdir/test_debugger.vim, src/testdir/test_lambda.vim,
src/testdir/test_visual.vim
*** ../vim-8.2.3095/src/testdir/test_debugger.vim 2021-07-03
13:36:27.871600408 +0200
--- src/testdir/test_debugger.vim 2021-07-04 12:26:55.975781110 +0200
***************
*** 975,982 ****
call RunDbgCmd(buf, 'cont')
call StopVimInTerminal(buf)
! call delete('Xtest1.vim')
! call delete('Xtest2.vim')
endfunc
func Test_debug_def_function()
--- 975,981 ----
call RunDbgCmd(buf, 'cont')
call StopVimInTerminal(buf)
! call delete('XtestDebug.vim')
endfunc
func Test_debug_def_function()
*** ../vim-8.2.3095/src/testdir/test_lambda.vim 2020-12-06 15:03:14.821379868
+0100
--- src/testdir/test_lambda.vim 2021-07-04 12:26:55.975781110 +0200
***************
*** 330,335 ****
--- 330,336 ----
let caught_932 = 1
endtry
call assert_equal(1, caught_932)
+ call delete('Xscript')
endfunc
" vim: shiftwidth=2 sts=2 expandtab
*** ../vim-8.2.3095/src/testdir/test_visual.vim 2021-07-03 22:14:57.886777493
+0200
--- src/testdir/test_visual.vim 2021-07-04 12:26:55.975781110 +0200
***************
*** 1262,1268 ****
" clean up
call term_sendkeys(buf, "\<Esc>")
call StopVimInTerminal(buf)
! call delete('XTest_beval')
endfunc
--- 1262,1268 ----
" clean up
call term_sendkeys(buf, "\<Esc>")
call StopVimInTerminal(buf)
! call delete('XTest_block')
endfunc
*** ../vim-8.2.3095/src/version.c 2021-07-03 22:14:57.886777493 +0200
--- src/version.c 2021-07-04 12:29:53.887320671 +0200
***************
*** 757,758 ****
--- 757,760 ----
{ /* Add new patch number below this line */
+ /**/
+ 3096,
/**/
--
>From "know your smileys":
y:-) Bad toupee
/// 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/202107041041.164Afjds2490169%40masaka.moolenaar.net.