From 1a718f4fae82ac677e868451a8b79a70bd74a6a0 Mon Sep 17 00:00:00 2001 From: Jan Edmund Lazo Date: Sat, 14 Sep 2019 13:05:18 -0400 Subject: vim-patch:8.1.2028: options test script does not work Problem: Options test script does not work. Solution: Use optiondefs.h for input. https://github.com/vim/vim/commit/d9b0d83b13d2691e4544709abd87eac004715175 --- src/nvim/testdir/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 03b1bae28f..d1a449c7cc 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -116,6 +116,8 @@ RM_ON_RUN := test.out X* viminfo RM_ON_START := test.ok RUN_VIM := $(TOOL) $(NVIM_PRG) -u unix.vim -U NONE -i viminfo --headless --noplugin -s dotest.in +# Delete files that may interfere with running tests. This includes some files +# that may result from working on the tests, not only from running them. CLEAN_FILES := *.out \ *.failed \ *.res \ -- cgit