* tests/defs.in: Turn off errexit in the cleanup trap, to avoid
a test failure due to a nonzero command.
* THANKS: Update.
Report by Dagobert Michelsen.
Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2009-05-23 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+
+ testsuite: do not fail in cleanup code.
+ * tests/defs.in: Turn off errexit in the cleanup trap, to avoid
+ a test failure due to a nonzero command.
+ * THANKS: Update.
+ Report by Dagobert Michelsen.
+
2009-05-23 Peter O'Gorman <peter@pogma.com>
python: do not install in system directories on Darwin 9.
Christian Cornelssen ccorn@cs.tu-berlin.de
Claudio Fontana sick_soul@yahoo.it
Clifford Wolf clifford@clifford.at
+Dagobert Michelsen dam@opencsw.org
Dalibor Topic robilad@kaffe.org
danbp danpb@nospam.postmaster.co.uk
Daniel Jacobowitz drow@false.org
sh_errexit_works=@sh_errexit_works@
if test "$sh_errexit_works" = yes; then
trap 'exit_status=$?
+ set +e
cd "$curdir"
case $exit_status,$keep_testdirs in
0,)