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