David McInnis <d...@dave3.xyz> 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