]> granicus.if.org Git - vim/commitdiff
patch 8.0.0362: tests fail on MS-Windows v8.0.0362
authorBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 19:17:13 +0000 (20:17 +0100)
committerBram Moolenaar <Bram@vim.org>
Thu, 23 Feb 2017 19:17:13 +0000 (20:17 +0100)
Problem:    Tests fail on MS-Windows.
Solution:   Use $*.vim instead of $<.

src/testdir/Make_dos.mak
src/version.c

index 8d235b58ff9baeaa9307280c9750b487388adbff..7c44024fc33445d517e0b7417aa4ad621baa28c7 100644 (file)
@@ -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
index bd2ddb18f87b23c79f3b2029aeed4ff125cc3c9e..4df3c3fe159723f95ac1815426eadf086e38c2af 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    362,
 /**/
     361,
 /**/