]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
Avoid test failure due to paranoid TAR_OPTIONS envvar setting.
authorJim Meyering <meyering@redhat.com>
Tue, 31 Mar 2009 19:11:06 +0000 (21:11 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 31 Mar 2009 19:11:06 +0000 (21:11 +0200)
* 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 <Ralf.Wildenhues@gmx.de>
ChangeLog
tests/txinfo18.test

index 2ba9956262957061f53f11bbec3b0ce7c795acd4..66b94724247a36819c72ac099dc1a88ae4039d99 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2009-03-31  Jim Meyering  <meyering@redhat.com>
 
+       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/.
 
index f847b63f2b138422c4dd415fc5caa933268f26c5..bc6691831bf588f02933d372fd2acba430187af9 100755 (executable)
@@ -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