From: Bram Moolenaar Date: Thu, 23 Feb 2017 19:17:13 +0000 (+0100) Subject: patch 8.0.0362: tests fail on MS-Windows X-Git-Tag: v8.0.0362 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10c6029e28ab666a42190fcceb0bb098a4ebf724;p=vim patch 8.0.0362: tests fail on MS-Windows Problem: Tests fail on MS-Windows. Solution: Use $*.vim instead of $<. --- diff --git a/src/testdir/Make_dos.mak b/src/testdir/Make_dos.mak index 8d235b58f..7c44024fc 100644 --- a/src/testdir/Make_dos.mak +++ b/src/testdir/Make_dos.mak @@ -120,10 +120,10 @@ newtests: $(NEW_TESTS) test_gui.res: test_gui.vim @echo "$(VIMPROG)" > vimcmd - $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $< + $(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim @del vimcmd test_gui_init.res: test_gui_init.vim @echo "$(VIMPROG)" > vimcmd - $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $< + $(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim @del vimcmd diff --git a/src/version.c b/src/version.c index bd2ddb18f..4df3c3fe1 100644 --- a/src/version.c +++ b/src/version.c @@ -764,6 +764,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 362, /**/ 361, /**/