From bea2e5738db2a696bc79317a280aed95e3a74c50 Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Mon, 13 Jul 2015 11:58:00 +0200 Subject: 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. --- src/nvim/testdir/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'src/nvim/testdir/Makefile') 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 \ -- cgit