diff options
author | Bram Moolenaar <Bram@vim.org> | 2017-08-30 21:58:03 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2017-08-30 21:58:03 +0200 |
commit | 4e83961985abb78757b135f29ac4ffde675247af (patch) | |
tree | 3d2f7719b78cdc2119e1f075157e07a732b44fc5 /src/testdir | |
parent | 4bebc9a0565670b853d227f81a9a31eafdb47eed (diff) | |
download | vim-4e83961985abb78757b135f29ac4ffde675247af.zip |
patch 8.0.1025: stray copy command in test
Problem: Stray copy command in test.
Solution: Remove the copy command.
Diffstat (limited to 'src/testdir')
-rw-r--r-- | src/testdir/test_mksession.vim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/testdir/test_mksession.vim b/src/testdir/test_mksession.vim index afbc7607c..cdb6f4caf 100644 --- a/src/testdir/test_mksession.vim +++ b/src/testdir/test_mksession.vim @@ -147,7 +147,6 @@ func Test_mksession_one_buffer_two_windows() close bwipe! - !cp Xtest_mks.out /tmp call delete('Xtest_mks.out') endfunc |