To: vim_dev@googlegroups.com Subject: Patch 8.2.3096 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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, "\") call StopVimInTerminal(buf) ! call delete('XTest_beval') endfunc --- 1262,1268 ---- " clean up call term_sendkeys(buf, "\") 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///