]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
updated for version 7.3.687 v7.3.687
authorBram Moolenaar <Bram@vim.org>
Thu, 11 Oct 2012 02:44:33 +0000 (04:44 +0200)
committerBram Moolenaar <Bram@vim.org>
Thu, 11 Oct 2012 02:44:33 +0000 (04:44 +0200)
Problem:    Test 16 fails when $DISPLAY is not set.
Solution:   Skip the test when $DISPLAY is not set.

src/testdir/test16.in
src/version.c

index aa00517a34b20dfcabc4c01dd2b528ba4102f3b1..b2cd159a8c434cf306304337df9b1f9bacd721a9 100644 (file)
@@ -2,6 +2,7 @@ Tests for resetting "secure" flag after GUI has started.
 For KDE set a font, empty 'guifont' may cause a hang.
 
 STARTTEST
+:if $DISPLAY == "" | e! test.ok | wq! test.out | endif
 :set exrc secure
 :if has("gui_kde")
 :  set guifont=Courier\ 10\ Pitch/8/-1/5/50/0/0/0/0/0
index ec61f9bd3345d04ebfb92874e0ec532c4830dcc6..7be65c6be1af0a25aefe4b3b868db959e367dada 100644 (file)
@@ -719,6 +719,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    687,
 /**/
     686,
 /**/