bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] [GNU tar 1.15.91] testsuite: 45 failed


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] [GNU tar 1.15.91] testsuite: 45 failed
Date: Thu, 22 Jun 2006 14:47:39 +0300

Hi,

Bruno Haible <address@hidden> wrote:
 
> tar 1.15.91 "make check" fails for me, on Linux/x86.
> (I reported the same failure already for tar-1.15.90 on 2006-03-03.)

Yes, it turns out it was not fully fixed. Here is the patch:

Index: tests/shortrec.at
===================================================================
RCS file: /cvsroot/tar/tar/tests/shortrec.at,v
retrieving revision 1.3
diff -p -u -r1.3 shortrec.at
--- tests/shortrec.at   4 Mar 2006 09:57:44 -0000       1.3
+++ tests/shortrec.at   22 Jun 2006 11:46:28 -0000
@@ -28,7 +28,7 @@ AT_KEYWORDS([shortrec.at])
 AT_TAR_CHECK([
 mkdir directory
 (cd directory && touch a b c d e f g h i j k l m n o p q r)
-tar -c -b 1 directory | tar -t >/dev/null
+tar -c -b 1 directory | tar -t -f - >/dev/null
 tar -c -b 1 -f archive directory
 tar -t -f archive >/dev/null
 tar -t -f - < archive >/dev/null


Regards,
Sergey




reply via email to

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