From the test log:
## ---------------------- ##
## Detailed failed tests. ##
## ---------------------- ##
# -*- compilation -*-
92. difflink.at:17: testing link mismatch ...
./difflink.at:19:
mkdir ustar
(cd ustar
TEST_TAR_FORMAT=ustar
export TEST_TAR_FORMAT
TAR_OPTIONS="-H ustar"
export TAR_OPTIONS
rm -rf *
mkdir a
genfile -f a/x
ln -s x a/y
ln a/y a/z
tar cf a.tar a
rm a/z
ln -s x a/z
tar df a.tar
)
--- - 2018-02-15 23:10:08.267977855 -0600
+++ /sources/tar-1.30/tests/testsuite.dir/at-groups/92/stdout 2018-02-15
23:10:08.267099592 -0600
@@ -1,2 +1,2 @@
-a/z: Not linked to a/y
+a/y: Not linked to a/z
92. difflink.at:17: 92. link mismatch (difflink.at:17): FAILED
(difflink.at:19)
========
gcc-7.3.0
glibc-2,27
binutils-2.30
coreutils-8.29
-- Bruce Dubbs
linuxfromscratch.org