From 7910300390dcdc2a7a4bf67d905f2fe10a7ae588 Mon Sep 17 00:00:00 2001 From: Stefano Lattarini Date: Sat, 8 Jan 2011 19:40:04 +0100 Subject: tests: enable 'errexit' shell flag by default. * tests/defs: Enable `errexit' shell flag (near the end). Removed redundant comment about the enabling of shell traces. * tests/README (Writing test cases): Update, and use nicer formatting in a couple of places. * All tests: Adjusted by removing now-redundant calls to 'set -e'. --- tests/libtool.test | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/libtool.test') diff --git a/tests/libtool.test b/tests/libtool.test index a75eada15..e88c2084b 100755 --- a/tests/libtool.test +++ b/tests/libtool.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2001, 2002, 2010 Free Software Foundation, Inc. +# Copyright (C) 2001, 2002, 2010, 2011 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 @@ -20,8 +20,6 @@ required=libtool . ./defs || Exit 1 -set -e - cat >> configure.in << 'END' AC_LIBTOOL_DLOPEN AC_DISABLE_SHARED -- cgit v1.2.1