diff src/testdir/Makefile @ 14339:43b8795f1ddf v8.1.0185

patch 8.1.0185: running tests writes lua.vim even though it is not used commit https://github.com/vim/vim/commit/1ce9a1515be5255641d31ab5b0e9418d8f250d84 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 14 21:48:46 2018 +0200 patch 8.1.0185: running tests writes lua.vim even though it is not used Problem: Running tests writes lua.vim even though it is not used. Solution: Stop writing lua.vim.
author Christian Brabandt <cb@256bit.org>
date Sat, 14 Jul 2018 22:00:06 +0200
parents 2678e38e1de6
children 9b04068f7265
line wrap: on
line diff
--- a/src/testdir/Makefile
+++ b/src/testdir/Makefile
@@ -51,7 +51,7 @@ report:
 $(SCRIPTS) $(SCRIPTS_GUI) $(NEW_TESTS): $(SCRIPTS_FIRST)
 
 RM_ON_RUN = test.out X* viminfo
-RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim lua.vim test.ok benchmark.out
+RM_ON_START = tiny.vim small.vim mbyte.vim mzscheme.vim test.ok benchmark.out
 RUN_VIM = VIMRUNTIME=$(SCRIPTSOURCE); export VIMRUNTIME; $(VALGRIND) $(VIMPROG) -f $(GUI_FLAG) -u unix.vim $(NO_INITS) -s dotest.in
 
 clean: