bug-tar
[Top][All Lists]
Advanced

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

Re: [Bug-tar] [GNU tar 1.30] testsuite: 92 failed


From: Sergey Poznyakoff
Subject: Re: [Bug-tar] [GNU tar 1.30] testsuite: 92 failed
Date: Mon, 18 Dec 2017 17:34:03 +0200

David McInnis <address@hidden> ha escrit:

> I run Arch Linux , please let me know if you need more information.

Thanks, the information you supplied is quite enough. The following
patch to the testsuite should fix it:

diff --git a/tests/difflink.at b/tests/difflink.at
index eadfb08..4e01176 100644
--- a/tests/difflink.at
+++ b/tests/difflink.at
@@ -21,7 +21,7 @@ mkdir a
 genfile -f a/x
 ln -s x a/y
 ln a/y a/z
-tar cf a.tar a
+tar cf a.tar a/x a/y a/z
 rm a/z
 ln -s x a/z
 tar df a.tar


Regards,
Sergey



reply via email to

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