summaryrefslogtreecommitdiff
path: root/app-arch/tar/files/tar-1.30-fix-test-92.patch
diff options
context:
space:
mode:
Diffstat (limited to 'app-arch/tar/files/tar-1.30-fix-test-92.patch')
-rw-r--r--app-arch/tar/files/tar-1.30-fix-test-92.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/app-arch/tar/files/tar-1.30-fix-test-92.patch b/app-arch/tar/files/tar-1.30-fix-test-92.patch
new file mode 100644
index 000000000000..d5a63e4ab355
--- /dev/null
+++ b/app-arch/tar/files/tar-1.30-fix-test-92.patch
@@ -0,0 +1,13 @@
+http://lists.gnu.org/archive/html/bug-tar/2017-12/msg00027.html
+
+--- 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