diff options
author | Lucas Hoffmann <l-m-h@web.de> | 2015-06-11 13:26:56 +0200 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-06-12 12:50:50 -0400 |
commit | 0685489ee5b958b9cae6b2a36ab3f508559f550a (patch) | |
tree | 379c1b8d13d25769cac7e8d438e0b176ba36685b /src | |
parent | 7a9377e720f078bda70c7d4e21f53d160d1e1b15 (diff) | |
download | rneovim-0685489ee5b958b9cae6b2a36ab3f508559f550a.tar.gz rneovim-0685489ee5b958b9cae6b2a36ab3f508559f550a.tar.bz2 rneovim-0685489ee5b958b9cae6b2a36ab3f508559f550a.zip |
Fix legacy tests makefile after 4873171f. #2826
Diffstat (limited to 'src')
-rw-r--r-- | src/nvim/testdir/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 555d13df69..0359e15488 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -7,8 +7,7 @@ export SHELL := sh VIMPROG := ../../../build/bin/nvim SCRIPTSOURCE := ../../../runtime -SCRIPTS := test_autoformat_join.out \ - test_eval.out \ +SCRIPTS := test_eval.out \ test8.out test10.out \ test11.out test12.out test13.out test14.out \ test17.out \ |