From: Jim Meyering Date: Tue, 31 Mar 2009 19:11:06 +0000 (+0200) Subject: Avoid test failure due to paranoid TAR_OPTIONS envvar setting. X-Git-Tag: v1.11~32^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffe14af2ac4103768fe8747c8d96200d6e82c200;p=thirdparty%2Fautomake.git Avoid test failure due to paranoid TAR_OPTIONS envvar setting. * tests/txinfo18.test: Don't let a TAR_OPTIONS=--keep-old-files environment variable setting cause test failure. Fixed in texi2dvi 4.13. Signed-off-by: Ralf Wildenhues --- diff --git a/ChangeLog b/ChangeLog index 2ba995626..66b947242 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2009-03-31 Jim Meyering + Avoid test failure due to paranoid TAR_OPTIONS envvar setting. + * tests/txinfo18.test: Don't let a TAR_OPTIONS=--keep-old-files + environment variable setting cause test failure. Fixed in + texi2dvi 4.13. + Use more common spelling in diagnostic: s/canonic/canonical/. * automake.in (check_typos): s/canonic/canonical/. diff --git a/tests/txinfo18.test b/tests/txinfo18.test index f847b63f2..bc6691831 100755 --- a/tests/txinfo18.test +++ b/tests/txinfo18.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2002, 2008 Free Software Foundation, Inc. +# Copyright (C) 2002, 2008, 2009 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 @@ -62,4 +62,4 @@ $AUTOMAKE --add-missing $AUTOCONF ./configure -$MAKE distcheck +TAR_OPTIONS= $MAKE distcheck