]> granicus.if.org Git - vim/commitdiff
updated for version 7.4.196 v7.4.196
authorBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2014 14:50:22 +0000 (15:50 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 12 Mar 2014 14:50:22 +0000 (15:50 +0100)
Problem:    Tests fail on Solaris 9 and 10.
Solution:   Use "test -f" instead of "test -e".  (Laurent Blume)

src/testdir/Makefile
src/version.c

index d86a7b06e120243781e2cbb655579f38a3769525..290200f9a64bee93fcd53b8ca6056f7e32312c82 100644 (file)
@@ -61,7 +61,7 @@ clean:
 test1.out: test1.in
        -rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize
        $(RUN_VIM) $*.in
-       @/bin/sh -c "if test -e wrongtermsize; \
+       @/bin/sh -c "if test -f wrongtermsize; \
                then echo; \
                echo test1 FAILED - terminal size must be 80x24 or larger; \
                echo; exit 1; \
index 035b124b4cb247b8fd1db7162243879e9175c10f..91e0d50faec3b65fb205b8040096322e6ae5de10 100644 (file)
@@ -738,6 +738,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    196,
 /**/
     195,
 /**/