comparison src/testdir/test_mksession.vim @ 12291:c3548d947646 v8.0.1025

patch 8.0.1025: stray copy command in test commit https://github.com/vim/vim/commit/4e83961985abb78757b135f29ac4ffde675247af Author: Bram Moolenaar <Bram@vim.org> Date: Wed Aug 30 21:58:03 2017 +0200 patch 8.0.1025: stray copy command in test Problem: Stray copy command in test. Solution: Remove the copy command.
author Christian Brabandt <cb@256bit.org>
date Wed, 30 Aug 2017 22:00:05 +0200
parents 294f510f6d35
children fa198b71bab2
comparison
equal deleted inserted replaced
12290:278f48d7959f 12291:c3548d947646
145 call assert_equal(2, count2, 'Xtest2 count') 145 call assert_equal(2, count2, 'Xtest2 count')
146 call assert_equal(2, count2buf, 'Xtest2 buffer count') 146 call assert_equal(2, count2buf, 'Xtest2 buffer count')
147 147
148 close 148 close
149 bwipe! 149 bwipe!
150 !cp Xtest_mks.out /tmp
151 call delete('Xtest_mks.out') 150 call delete('Xtest_mks.out')
152 endfunc 151 endfunc
153 152
154 153
155 154