From 379e37ea35bf38164c23d44dbef344a11274085b Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Mon, 21 Jan 2008 22:51:03 +0100 Subject: [PATCH] * tests/tar.test: Skip if no appropriate tar was found. --- ChangeLog | 4 ++++ tests/tar.test | 5 ++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d48544c1e..7ccca023e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2008-01-21 Ralf Wildenhues + + * tests/tar.test: Skip if no appropriate tar was found. + 2008-01-19 NightStrike * doc/automake.texi (Dependency Tracking): Fix typo. diff --git a/tests/tar.test b/tests/tar.test index fd016cf17..94a837f00 100755 --- a/tests/tar.test +++ b/tests/tar.test @@ -1,5 +1,5 @@ #! /bin/sh -# Copyright (C) 2004 Free Software Foundation, Inc. +# Copyright (C) 2004, 2008 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 @@ -33,5 +33,8 @@ $ACLOCAL $AUTOCONF $AUTOMAKE ./configure + +grep 'am__tar.*false' Makefile && exit 77 + $MAKE distcheck test -f tar-1.0.tar.gz -- 2.47.2