Skip to content

Commit da9888a

Browse files
committed
patch 7.4.986
Problem: Test49 doesn't work on MS-Windows. test70 is listed twice. Solution: Move test49 to the group not used on Amiga and MS-Windows. Remove test70 from SCRIPTS_WIN32.
1 parent f2f6d29 commit da9888a

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

src/testdir/Make_all.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@ SCRIPTS_ALL = \
127127
# Tests that run on most systems, but not on Amiga.
128128
SCRIPTS_MORE1 = \
129129
test11.out \
130-
test49.out \
131130
test52.out \
132131
test85.out \
133132
test86.out \
@@ -141,6 +140,7 @@ SCRIPTS_MORE2 = \
141140
test12.out \
142141
test25.out \
143142
test27.out \
143+
test49.out \
144144
test97.out
145145

146146

@@ -163,7 +163,7 @@ SCRIPTS_MORE4 = \
163163

164164

165165
# Tests specifically for MS-Windows.
166-
SCRIPTS_WIN32 = test50.out test70.out
166+
SCRIPTS_WIN32 = test50.out
167167

168168

169169
# Tests for the GUI.

src/testdir/Make_dos.mak

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ VIMPROG = ..\\vim
1313
# test12 can't unlink a swap file
1414
# test25 uses symbolic link
1515
# test27 can't edit file with "*" in file name
16+
# test49 fails in various ways
1617
# test97 \{ and \$ are not escaped characters.
1718

1819
SCRIPTS = $(SCRIPTS_ALL) $(SCRIPTS_MORE1) $(SCRIPTS_MORE3) $(SCRIPTS_MORE4)

src/version.c

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

742742
static int included_patches[] =
743743
{ /* Add new patch number below this line */
744+
/**/
745+
986,
744746
/**/
745747
985,
746748
/**/

0 commit comments

Comments
 (0)