]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 7.4.1392 v7.4.1392
authorBram Moolenaar <Bram@vim.org>
Mon, 22 Feb 2016 21:05:32 +0000 (22:05 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 22 Feb 2016 21:05:32 +0000 (22:05 +0100)
Problem:    Some tests fail for Win32 console version.
Solution:   Move the tests to SCRIPTS_MORE2.  Pass VIMRUNTIME. (Christian
            Brabandt)

src/testdir/Make_all.mak
src/version.c

index bb92904bf029ef69e1f8fb9b2a384f73ea2c6fca..3e645e7ed580a250be984f6c30f302e441c2597e 100644 (file)
@@ -15,7 +15,6 @@ SCRIPTS_ALL = \
        test7.out \
        test8.out \
        test9.out \
-       test13.out \
        test14.out \
        test15.out \
        test18.out \
@@ -104,7 +103,6 @@ SCRIPTS_ALL = \
        test_insertcount.out \
        test_listchars.out \
        test_listlbr.out \
-       test_listlbr_utf8.out \
        test_mapping.out \
        test_marks.out \
        test_match_conceal.out \
@@ -135,9 +133,11 @@ SCRIPTS_MORE2 = \
        test2.out \
        test10.out \
        test12.out \
+       test13.out \
        test25.out \
        test49.out \
-       test97.out
+       test97.out \
+       test_listlbr_utf8.out
 
 
 # Tests that run on most systems, but not MingW and Cygwin.
index 7af412b03b82a5352913b39d45c81fc87607d358..b545581842a2dd867eee1888c8da1b3e3262e89d 100644 (file)
@@ -748,6 +748,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1392,
 /**/
     1391,
 /**/