bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] [GNU tar 1.26] testsuite: 96 failed


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] [GNU tar 1.26] testsuite: 96 failed
Date: Sat, 12 Mar 2011 22:22:32 +0200

Bruno Haible <address@hidden> ha escrit:

> After I built GNU tar 1.26 with the TAPE environment variable set, "make 
> check"
> fails:
> 
>  96: storing long sparse file names                  FAILED (sparse04.at:35)

Thanks for reporting.  I have installed the attached patch.

Regards,
Sergey

>From afcdb894920d2a2ba34a6a1fcf6f57d6490a804f Mon Sep 17 00:00:00 2001
From: Sergey Poznyakoff <address@hidden>
Date: Sat, 12 Mar 2011 22:22:21 +0200
Subject: [PATCH] Testsuite fix.

* tests/sparse04.at: Use the -f option.
---
 tests/sparse04.at |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/tests/sparse04.at b/tests/sparse04.at
index 4d41be7..9520803 100644
--- a/tests/sparse04.at
+++ b/tests/sparse04.at
@@ -34,7 +34,7 @@ m4_define([NAME_111],
 
 AT_TAR_CHECK([
 genfile --sparse --file NAME_111 --block-size 512 8M A || AT_SKIP_TEST
-tar -c --sparse --posix NAME_111 | tar t
+tar -f - -c --sparse --posix NAME_111 | tar tf -
 ],
 [0],
 [NAME_111
-- 
1.7.3.2


reply via email to

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