Skip to content

Commit 2cd5bb2

Browse files
committed
patch 7.4.1392
Problem: Some tests fail for Win32 console version. Solution: Move the tests to SCRIPTS_MORE2. Pass VIMRUNTIME. (Christian Brabandt)
1 parent 4db20ab commit 2cd5bb2

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

src/testdir/Make_all.mak

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ SCRIPTS_ALL = \
1515
test7.out \
1616
test8.out \
1717
test9.out \
18-
test13.out \
1918
test14.out \
2019
test15.out \
2120
test18.out \
@@ -104,7 +103,6 @@ SCRIPTS_ALL = \
104103
test_insertcount.out \
105104
test_listchars.out \
106105
test_listlbr.out \
107-
test_listlbr_utf8.out \
108106
test_mapping.out \
109107
test_marks.out \
110108
test_match_conceal.out \
@@ -135,9 +133,11 @@ SCRIPTS_MORE2 = \
135133
test2.out \
136134
test10.out \
137135
test12.out \
136+
test13.out \
138137
test25.out \
139138
test49.out \
140-
test97.out
139+
test97.out \
140+
test_listlbr_utf8.out
141141

142142

143143
# Tests that run on most systems, but not MingW and Cygwin.

src/version.c

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

749749
static int included_patches[] =
750750
{ /* Add new patch number below this line */
751+
/**/
752+
1392,
751753
/**/
752754
1391,
753755
/**/

0 commit comments

Comments
 (0)