]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Avoid possible false negatives in canon-name.test.
authorStefano Lattarini <stefano.lattarini@gmail.com>
Thu, 8 Apr 2010 16:30:29 +0000 (18:30 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Mon, 12 Apr 2010 05:39:08 +0000 (07:39 +0200)
* tests/canon-name.test: Enable shell `errexit' flag.  Improve
test description.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/canon-name.test

index 64238757818d5e3ebdd927ba00b365e7aec386e5..633a738e790cfa4d3dba268a479dd56088c831be 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2010-04-12  Stefano Lattarini  <stefano.lattarini@gmail.com>
+
+       Avoid possible false negatives in canon-name.test.
+       * tests/canon-name.test: Enable shell `errexit' flag.  Improve
+       test description.
+
 2010-04-11  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        Fix per-Makefile.am setting of -Werror.
index 50a4dff3988f3962d2dcd37d609a5f97ea50f179..aecda1720aca36ea2d280332a4339dd798087f40 100755 (executable)
@@ -1,5 +1,5 @@
 #! /bin/sh
-# Copyright (C) 2007  Free Software Foundation, Inc.
+# Copyright (C) 2007, 2010 Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or modify
 # it under the terms of the GNU General Public License as published by
 # You should have received a copy of the GNU General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
-# PR 511: Make sure we warn about AC_CONFIG_FILES([./makefile]).
+# PR 511: Make sure we warn about e.g. AC_CONFIG_FILES([./gmakefile]),
+# as not all make implementations treat `file' and `./file' equally.
 
 . ./defs || Exit 1
 
+set -e
+
 cat > configure.in << 'END'
 AC_INIT([canon-name], [1.0])
 AM_INIT_AUTOMAKE