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