patch 8.0.1025: stray copy command in test
Problem: Stray copy command in test.
Solution: Remove the copy command.
diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim
index afbc760..cdb6f4c 100644
--- a/src/testdir/test_mksession.vim
+++ b/src/testdir/test_mksession.vim
@@ -147,7 +147,6 @@
close
bwipe!
- !cp Xtest_mks.out /tmp
call delete('Xtest_mks.out')
endfunc
diff --git a/src/version.c b/src/version.c
index 89d58e2..bce80f0 100644
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
+ 1025,
+/**/
1024,
/**/
1023,