diff options
| author | Lucas Hoffmann <l-m-h@web.de> | 2015-07-13 11:58:00 +0200 |
|---|---|---|
| committer | Justin M. Keyes <justinkz@gmail.com> | 2017-02-03 23:05:08 +0100 |
| commit | bea2e5738db2a696bc79317a280aed95e3a74c50 (patch) | |
| tree | f79f74f46206a44a6ae5c6f198164edd6153c507 /src/nvim/testdir/Makefile | |
| parent | 6239492d9c5041a4d26af4754ee5d84b459807c3 (diff) | |
| download | rneovim-bea2e5738db2a696bc79317a280aed95e3a74c50.tar.gz rneovim-bea2e5738db2a696bc79317a280aed95e3a74c50.tar.bz2 rneovim-bea2e5738db2a696bc79317a280aed95e3a74c50.zip | |
tests: Migrate legacy test 8. #4179
The test produces some "hit enter" prompts and error messages that had to be
dealt with by `feed`ing CTRL-L to nvim.
Diffstat (limited to 'src/nvim/testdir/Makefile')
| -rw-r--r-- | src/nvim/testdir/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 13b7da43dd..7bcc78e58a 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -8,7 +8,6 @@ VIMPROG := ../../../build/bin/nvim SCRIPTSOURCE := ../../../runtime SCRIPTS := \ - test8.out \ test13.out \ test14.out \ test17.out \ |