At Sunday 11 April 2010, Ralf Wildenhues <ralf.wildenh...@gmx.de> 
wrote:
> * Stefano Lattarini wrote on Fri, Apr 09, 2010 at 05:11:44PM CEST:
> > * tests/confh5.test: In the generated Makefile.am: do not use
> > `test ! -e FILE' to check for the non-existence of a file, since
> > that is not supported by Solarish/Heirloom Sh.
> 
> Applied to maint.
> 
Oops, it seems that the ChangeLog entry was somehow botched during the 
patch application.  This should fix it.

Regards,
   Stefano
From 84fad4763f8874b8105a5273a71de3a2575e8295 Mon Sep 17 00:00:00 2001
From: Stefano Lattarini <stefano.lattar...@gmail.com>
Date: Sat, 17 Apr 2010 15:51:11 +0200
Subject: [PATCH] Fix botched ChangeLog entry.

---
 ChangeLog |   11 +++++------
 1 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index d7f3c23..d6816e6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -65,12 +65,11 @@
 
 2010-04-11  Stefano Lattarini  <stefano.lattar...@gmail.com>
 
-	Avoid possible false negatives in cond46.test.
-	* tests/cond46.test: Enable shell `errexit' flag (and bumped
-	copyright years).  Due to this change, the testcase should now
-	fail on unexpected failures in calls to $ACLOCAL/$AUTOMAKE (whose
-	outcomes were previously unchecked), and on failures in grepping
-	the expected diagnostic in Automake stderr.
+	Bugfix in confh5.test w.r.t. Solaris/Heirloom Sh.
+
+	* tests/confh5.test: In the generated Makefile.am: do not use
+	`test ! -e FILE' to check for the non-existence of a file, since
+	that is not supported by Solarish/Heirloom Sh.
 
 	Make test `aclocal3.test' stricter.
 	* tests/aclocal3.test: Add call to `set -e'.  Fail if $ACLOCAL
-- 
1.6.5

Reply via email to