From: Stefano Lattarini Date: Tue, 1 Sep 2009 22:52:38 +0000 (+0200) Subject: testsuite: fix a minor glitch. X-Git-Tag: v1.11.1~11^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99368830db9954b4d9fecd04d3996d9acea7129f;p=thirdparty%2Fautomake.git testsuite: fix a minor glitch. * tests/defs.in (exit trap): Use `$me', not `$as_me', as the name of the current test (used in error messages). * THANKS: Update. --- diff --git a/ChangeLog b/ChangeLog index 4b10297c9..4e6b03c33 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2009-09-06 Stefano Lattarini (tiny change) + + testsuite: fix a minor glitch. + * tests/defs.in (exit trap): Use `$me', not `$as_me', as the + name of the current test (used in error messages). + * THANKS: Update. + 2009-07-08 Jim Meyering manual: fix a trivial grammar error. diff --git a/THANKS b/THANKS index 852f24435..7b8664a23 100644 --- a/THANKS +++ b/THANKS @@ -314,6 +314,7 @@ Shigio Yamaguchi shigio@tamacom.com Simon Josefsson jas@extundo.com Simon Richter sjr@debian.org Stefan Nordhausen nordhaus@informatik.hu-berlin.de +Stefano Lattarini stefano.lattarini@gmail.com Stepan Kasal kasal@math.cas.cz Steve M. Robbins steve@nyongwa.montreal.qc.ca Steven G. Johnson stevenj@alum.mit.edu diff --git a/tests/defs.in b/tests/defs.in index d1366f15b..61182b6a2 100644 --- a/tests/defs.in +++ b/tests/defs.in @@ -265,8 +265,8 @@ if test "$sh_errexit_works" = yes; then ;; esac test "$signal" != 0 && - echo "$as_me: caught signal $signal" - echo "$as_me: exit $exit_status" + echo "$me: caught signal $signal" + echo "$me: exit $exit_status" exit $exit_status ' 0 for signal in 1 2 13 15; do