diff options
author | Ludovic Courtès <ludo@gnu.org> | 2015-06-16 00:27:27 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2015-06-16 00:27:27 +0200 |
commit | d3b4c1358c620135c577eca81c05e09bc1f4bc4a (patch) | |
tree | 5efd76adbaeed1fea8042d6d53b43e71b49b9e51 /gnu-system.am | |
parent | 25cc3fe7032274f9cb6a6f584cd7190be33a40e1 (diff) | |
download | patches-d3b4c1358c620135c577eca81c05e09bc1f4bc4a.tar patches-d3b4c1358c620135c577eca81c05e09bc1f4bc4a.tar.gz |
gnu: tar: Skip tests that rely on undefined unlinkat(2) behavior.
Fixes <http://bugs.gnu.org/20597>.
Reported by Andrew Patterson <ajpatter@uwaterloo.ca>.
* gnu/packages/patches/tar-skip-unreliable-tests.patch: New file.
* gnu/packages/base.scm (tar)[source](patches): Add it.
* gnu-system.am (dist_patch_DATA): Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index ad9348fb9a..247aff8ac7 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -559,6 +559,7 @@ dist_patch_DATA = \ gnu/packages/patches/subversion-sqlite-3.8.9-fix.patch \ gnu/packages/patches/superlu-dist-scotchmetis.patch \ gnu/packages/patches/tar-d_ino_in_dirent-fix.patch \ + gnu/packages/patches/tar-skip-unreliable-tests.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ gnu/packages/patches/texi2html-document-encoding.patch \ |