summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_startup.vim
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-10-04 16:16:54 +0200
committerBram Moolenaar <Bram@vim.org>2020-10-04 16:16:54 +0200
commitd1ad99b65470d3e754f6a0588a6b0dc2214a1eab (patch)
tree60f1ea0b6ce94e479064b0067ad189a4bb1b5433 /src/testdir/test_startup.vim
parent1310660557470a669cc64b359e20666b116e5dbd (diff)
patch 8.2.1799: some Normal mode commands not fully testedv8.2.1799
Problem: Some Normal mode commands not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #7073)
Diffstat (limited to 'src/testdir/test_startup.vim')
-rw-r--r--src/testdir/test_startup.vim2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testdir/test_startup.vim b/src/testdir/test_startup.vim
index 567c433363..8b9b7e401b 100644
--- a/src/testdir/test_startup.vim
+++ b/src/testdir/test_startup.vim
@@ -913,7 +913,6 @@ func Test_n_arg()
call assert_equal([], readfile('Xtestout'))
call delete('Xtestout')
endif
- call delete('Xafter')
endfunc
" Test for the "-h" (help) argument
@@ -945,7 +944,6 @@ func Test_E_arg()
call assert_equal([], readfile('Xtestout'))
call delete('Xtestout')
endif
- call delete('Xafter')
endfunc
" Test for too many edit argument errors