From: Stefano Lattarini Date: Fri, 23 Dec 2011 12:18:19 +0000 (+0100) Subject: Merge branch 'maint' into testsuite-work X-Git-Tag: ng-0.5a~89^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8f5274a94fd12afa4fea7b2df4be0f5ca4dce705;p=thirdparty%2Fautomake.git Merge branch 'maint' into testsuite-work * maint: tests: fix failure due to debugging code forgotten into a test --- 8f5274a94fd12afa4fea7b2df4be0f5ca4dce705 diff --cc ChangeLog index 7306bb0c6,cb03a8d35..b75627a6d --- a/ChangeLog +++ b/ChangeLog @@@ -1,11 -1,11 +1,19 @@@ + 2011-12-22 Stefano Lattarini + + tests: fix failure due to debugging code forgotten into a test + * tests/missing-tar.test: Don't ever call the `missing' script + with `sh -x'; this was used for debugging, but an instance of + it slipped into the committed test case. Bug revealed by a + failure on a Solaris 10 system with GNU tar installed as `gtar'. + +2011-12-23 Stefano Lattarini + + Merge branch 'master' into testsuite-work + * tests/gettext-macros.test: In the generated `get.sh' file, + use `skip_all_', not `skip_'. + * tests/libtool-macros.test: Likewise. + * tests/list-of-tests.mk: Update. + 2011-12-23 Stefano Lattarini tests: avoid spurious failure of libtool and gettext tests