Blame SOURCES/7.4.196

22c937
To: vim_dev@googlegroups.com
22c937
Subject: Patch 7.4.196
22c937
Fcc: outbox
22c937
From: Bram Moolenaar <Bram@moolenaar.net>
22c937
Mime-Version: 1.0
22c937
Content-Type: text/plain; charset=UTF-8
22c937
Content-Transfer-Encoding: 8bit
22c937
------------
22c937
22c937
Patch 7.4.196
22c937
Problem:    Tests fail on Solaris 9 and 10.
22c937
Solution:   Use "test -f" instead of "test -e".  (Laurent Blume)
22c937
Files:	    src/testdir/Makefile
22c937
22c937
22c937
*** ../vim-7.4.195/src/testdir/Makefile	2014-02-23 23:38:58.812760280 +0100
22c937
--- src/testdir/Makefile	2014-03-12 15:46:41.352732878 +0100
22c937
***************
22c937
*** 61,67 ****
22c937
  test1.out: test1.in
22c937
  	-rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize
22c937
  	$(RUN_VIM) $*.in
22c937
! 	@/bin/sh -c "if test -e wrongtermsize; \
22c937
  		then echo; \
22c937
  		echo test1 FAILED - terminal size must be 80x24 or larger; \
22c937
  		echo; exit 1; \
22c937
--- 61,67 ----
22c937
  test1.out: test1.in
22c937
  	-rm -rf $*.failed $(RM_ON_RUN) $(RM_ON_START) wrongtermsize
22c937
  	$(RUN_VIM) $*.in
22c937
! 	@/bin/sh -c "if test -f wrongtermsize; \
22c937
  		then echo; \
22c937
  		echo test1 FAILED - terminal size must be 80x24 or larger; \
22c937
  		echo; exit 1; \
22c937
*** ../vim-7.4.195/src/version.c	2014-03-12 15:26:36.432714415 +0100
22c937
--- src/version.c	2014-03-12 15:48:09.700734232 +0100
22c937
***************
22c937
*** 740,741 ****
22c937
--- 740,743 ----
22c937
  {   /* Add new patch number below this line */
22c937
+ /**/
22c937
+     196,
22c937
  /**/
22c937
22c937
-- 
22c937
My Go, this amn keyboar oesn't have a .
22c937
22c937
 /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net   \\\
22c937
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
22c937
\\\  an exciting new programming language -- http://www.Zimbu.org        ///
22c937
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///