Skip to content
Snippets Groups Projects
Commit fce1548e authored by Simon McVittie's avatar Simon McVittie
Browse files

tests/capture-libs: Tolerate path to ld.so not being fully resolved


--resolve-ld.so would ideally be the equivalent of realpath or
readlink -f, but in fact it only has special handling for symlinks in
the last position in the pathname (like AT_SYMLINK_NOFOLLOW and
O_NOFOLLOW), leading to different results on at least Arch Linux.

The pressure-vessel utility for which this option was added does not
actually use it any more, so fixing this is not a high priority right now.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 6f2606cd
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment