From bd78771248e8e84bed189390e8b4380a64a452d0 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Sat, 22 May 2004 14:48:00 +0000 Subject: [PATCH] * tests/tar2.test: Skip the test if no pax archiver were found. --- ChangeLog | 2 ++ tests/tar2.test | 3 +++ 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 613fe0bba..376bcd113 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2004-05-22 Alexandre Duret-Lutz + * tests/tar2.test: Skip the test if no pax archiver were found. + * NEWS: Sync with branch-1-8, and reorganize current entry. * automake.in (handle_libraries): Make the diagnostic about diff --git a/tests/tar2.test b/tests/tar2.test index 9539c3185..c892411e2 100755 --- a/tests/tar2.test +++ b/tests/tar2.test @@ -37,5 +37,8 @@ $ACLOCAL $AUTOCONF $AUTOMAKE ./configure + +grep 'am__tar.*false' Makefile && exit 77 + $MAKE distcheck test -f tar2-1.0.tar.gz -- 2.47.2