changeset 10946:0fbba847496d v8.0.0362

patch 8.0.0362: tests fail on MS-Windows commit https://github.com/vim/vim/commit/10c6029e28ab666a42190fcceb0bb098a4ebf724 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Feb 23 20:17:13 2017 +0100 patch 8.0.0362: tests fail on MS-Windows Problem: Tests fail on MS-Windows. Solution: Use $*.vim instead of $<.
author Christian Brabandt <cb@256bit.org>
date Thu, 23 Feb 2017 20:30:05 +0100
parents 725f932fae37
children 0a43d8aea17b
files src/testdir/Make_dos.mak src/version.c
diffstat 2 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
--- a/src/version.c
+++ b/src/version.c
@@ -765,6 +765,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    362,
+/**/
     361,
 /**/
     360,