]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.0944: xxd test leaves file behind v8.2.0944
authorBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 12:21:20 +0000 (14:21 +0200)
committerBram Moolenaar <Bram@vim.org>
Wed, 10 Jun 2020 12:21:20 +0000 (14:21 +0200)
Problem:    Xxd test leaves file behind.
Solution:   Delete the file "XXDfile". (Christian Brabandt, closes #6228)

src/testdir/test_xxd.vim
src/version.c

index 51ee76077e718818a07b60e73ed556ea1fb25137..37c0c5715ffad1ae78013e4c4807b5c1e315068b 100644 (file)
@@ -208,7 +208,8 @@ func Test_xxd()
   " -o -offset
 
   %d
-  bw!
+  bwipe!
+  call delete('XXDfile')
 endfunc
 
 " Various ways with wrong arguments that trigger the usage output.
index 251a0aa581e94d3abdc80eedee5c3ff0e470a96d..e0848174f55d704dbfcfb823445d92c3403f3961 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    944,
 /**/
     943,
 /**/