patch 8.1.0967: stray dependency in test Makefile

Problem:    Stray dependency in test Makefile.
Solution:   Remove it. (Masato Nishihata, closes #4018)
This commit is contained in:
Bram Moolenaar
2019-02-21 21:50:46 +01:00
parent 3876789b23
commit 1417031cfd
2 changed files with 3 additions and 1 deletions

View File

@ -148,7 +148,7 @@ newtests: newtestssilent
newtestssilent: $(NEW_TESTS_RES)
.vim.res: writevimcmd
.vim.res:
@echo "$(VIMPROG)" > vimcmd
@echo "$(RUN_VIMTEST)" >> vimcmd
$(RUN_VIMTEST) $(NO_INITS) -S runtest.vim $*.vim $(REDIR_TEST_TO_NULL)

View File

@ -779,6 +779,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
967,
/**/
966,
/**/