Hi, Bruno Haible <[EMAIL PROTECTED]> 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 _______________________________________________ Bug-tar mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-tar
