lkundrak / rpms / vim

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