summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-06-10 14:21:20 +0200
committerBram Moolenaar <Bram@vim.org>2020-06-10 14:21:20 +0200
commit253ea9fa42278faa064f2590a5c0de46dc903a17 (patch)
treef9bf627098f1facbcc3dd7792ab5437b3ade578f
parent32ee627750e8b7b3fa6516b893e72f6e6af54710 (diff)
patch 8.2.0944: xxd test leaves file behindv8.2.0944
Problem: Xxd test leaves file behind. Solution: Delete the file "XXDfile". (Christian Brabandt, closes #6228)
-rw-r--r--src/testdir/test_xxd.vim3
-rw-r--r--src/version.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/src/testdir/test_xxd.vim b/src/testdir/test_xxd.vim
index 51ee76077e..37c0c5715f 100644
--- a/src/testdir/test_xxd.vim
+++ b/src/testdir/test_xxd.vim
@@ -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.
diff --git a/src/version.c b/src/version.c
index 251a0aa581..e0848174f5 100644
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 944,
+/**/
943,
/**/
942,