test: Remove references to tiny.vim/small.vim/mbyte.vim

Vim creates these scripts in test1 depending on what build features
are enabled so that tests that use these features are skiped if
necessary. Because Neovim only has one type of build (and the features
+eval, +windows, and +multi-byte are enabled in this build) they are
not necessary.
This commit is contained in:
Michael Ennen
2016-04-19 16:24:03 -07:00
committed by Justin M. Keyes
parent 39c015bd11
commit e70cae426c
29 changed files with 5 additions and 70 deletions

3
.gitignore vendored
View File

@@ -23,9 +23,6 @@ tags
# Files generated by the tests
/src/nvim/testdir/del
/src/nvim/testdir/mbyte.vim
/src/nvim/testdir/small.vim
/src/nvim/testdir/tiny.vim
/src/nvim/testdir/test*.out
/src/nvim/testdir/test.log
/src/nvim/testdir/messages