Skip to content

Commit 10c6029

Browse files
committed
patch 8.0.0362: tests fail on MS-Windows
Problem: Tests fail on MS-Windows. Solution: Use $*.vim instead of $<.
1 parent 8be2fbb commit 10c6029

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/testdir/Make_dos.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,10 +120,10 @@ newtests: $(NEW_TESTS)
120120

121121
test_gui.res: test_gui.vim
122122
@echo "$(VIMPROG)" > vimcmd
123-
$(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $<
123+
$(VIMPROG) -u NONE $(NO_INITS) -S runtest.vim $*.vim
124124
@del vimcmd
125125

126126
test_gui_init.res: test_gui_init.vim
127127
@echo "$(VIMPROG)" > vimcmd
128-
$(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
128+
$(VIMPROG) -u NONE -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $*.vim
129129
@del vimcmd

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -764,6 +764,8 @@ static char *(features[]) =
764764

765765
static int included_patches[] =
766766
{ /* Add new patch number below this line */
767+
/**/
768+
362,
767769
/**/
768770
361,
769771
/**/

0 commit comments

Comments
 (0)