patch 8.0.1025: stray copy command in test

Problem:    Stray copy command in test.
Solution:   Remove the copy command.
This commit is contained in:
Bram Moolenaar
2017-08-30 21:58:03 +02:00
parent 4bebc9a056
commit 4e83961985
2 changed files with 2 additions and 1 deletions

View File

@ -147,7 +147,6 @@ func Test_mksession_one_buffer_two_windows()
close
bwipe!
!cp Xtest_mks.out /tmp
call delete('Xtest_mks.out')
endfunc

View File

@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1025,
/**/
1024,
/**/