Bruno Haible <[email protected]> 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 <[email protected]> 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
