From 0685489ee5b958b9cae6b2a36ab3f508559f550a Mon Sep 17 00:00:00 2001 From: Lucas Hoffmann Date: Thu, 11 Jun 2015 13:26:56 +0200 Subject: Fix legacy tests makefile after 4873171f. #2826 --- src/nvim/testdir/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') 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 \ -- cgit