automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: fix tar2.test spurious failure


From: Alexandre Duret-Lutz
Subject: FYI: fix tar2.test spurious failure
Date: Sat, 22 May 2004 16:47:48 +0200
User-agent: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3.50 (gnu/linux)

2004-05-22  Alexandre Duret-Lutz  <address@hidden>

        * tests/tar2.test: Skip the test if no pax archiver were found.

Index: tests/tar2.test
===================================================================
RCS file: /cvs/automake/automake/tests/tar2.test,v
retrieving revision 1.1
diff -u -r1.1 tar2.test
--- tests/tar2.test     19 Apr 2004 23:20:08 -0000      1.1
+++ tests/tar2.test     22 May 2004 14:47:03 -0000
@@ -37,5 +37,8 @@
 $AUTOCONF
 $AUTOMAKE
 ./configure
+
+grep 'am__tar.*false' Makefile && exit 77
+
 $MAKE distcheck
 test -f tar2-1.0.tar.gz

-- 
Alexandre Duret-Lutz





reply via email to

[Prev in Thread] Current Thread [Next in Thread]