]> granicus.if.org Git - vim/commitdiff
patch 8.2.3096: temp files remain after running tests v8.2.3096
authorDominique Pelle <dominique.pelle@gmail.com>
Sun, 4 Jul 2021 10:30:06 +0000 (12:30 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 4 Jul 2021 10:30:06 +0000 (12:30 +0200)
Problem:    Temp files remain after running tests.
Solution:   Delete the right files. (Dominique PellĂ©, closes #8509)

src/testdir/test_debugger.vim
src/testdir/test_lambda.vim
src/testdir/test_visual.vim
src/version.c

index bb3a24669de096b038cf58a9b573c2b800e6e492..97e115bf3ef30a48b4e196e581fd06a8af7d7d99 100644 (file)
@@ -975,8 +975,7 @@ func Test_debug_def_and_legacy_function()
   call RunDbgCmd(buf, 'cont')
 
   call StopVimInTerminal(buf)
-  call delete('Xtest1.vim')
-  call delete('Xtest2.vim')
+  call delete('XtestDebug.vim')
 endfunc
 
 func Test_debug_def_function()
index 60d58c542b845c358575435d7e82d66cfb1e3fca..e173ea3893e80048e68d15bb3c6c48af96747ead 100644 (file)
@@ -330,6 +330,7 @@ func Test_closure_error()
     let caught_932 = 1
   endtry
   call assert_equal(1, caught_932)
+  call delete('Xscript')
 endfunc
 
 " vim: shiftwidth=2 sts=2 expandtab
index 3df6533d1bef986bc259650c084f18cdd72718a1..10929519b4057da11483317a7607c42b8cedb97d 100644 (file)
@@ -1262,7 +1262,7 @@ func Test_visual_block_with_virtualedit()
   " clean up
   call term_sendkeys(buf, "\<Esc>")
   call StopVimInTerminal(buf)
-  call delete('XTest_beval')
+  call delete('XTest_block')
 endfunc
 
 
index e4bb59685e15ea2a4efdeabf70cf3be04f20b7c8..fde11a75ec855014ac5491f1ffbe377b71af3c65 100644 (file)
@@ -755,6 +755,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    3096,
 /**/
     3095,
 /**/