summaryrefslogtreecommitdiff
path: root/gnu/packages/patches/strace-readlink-tests.patch
AgeCommit message (Collapse)Author
2021-11-18gnu: strace: Allow readlink, readlinkat tests to pass.Simon South
Modify the invocation of strace's "readlink" and "readlinkat" tests to prevent them from failing due to an additional system call made by Guix's patched version of glibc. * gnu/packages/linux.scm (strace)[source]: Add patch. [arguments]<#:phases>: Do not disable the "readlink" test now that it can succeed. * gnu/packages/patches/strace-readlink-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>