From ffe14af2ac4103768fe8747c8d96200d6e82c200 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 31 Mar 2009 21:11:06 +0200 Subject: [PATCH] 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 --- ChangeLog | 5 +++++ tests/txinfo18.test | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) 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 -- 2.47.2