New review comment by nekopsykose on void-packages repository https://github.com/void-linux/void-packages/pull/42972#discussion_r1171791976 Comment: this patch isn't really correct, the reason the test fails is because dlclose is a no-op and doesn't actually unload anything: https://wiki.musl-libc.org/functional-differences-from-glibc.html#Unloading-libraries the correct thing to do is skip the test on musl