]> git.ipfire.org Git - thirdparty/coreutils.git/commit
tests: d_type-check: don't hardcode the C library name
authorMike Frysinger <vapier@gentoo.org>
Thu, 23 Oct 2014 02:30:23 +0000 (03:30 +0100)
committerPádraig Brady <P@draigBrady.com>
Thu, 23 Oct 2014 02:30:23 +0000 (03:30 +0100)
commit193560790ce99061cec50869f79bdcc787ed7783
treeec830266768dd7bea8b6ee319207d260c14247ae
parentf1466d180bee2daf682d49215247f00e400d5bae
tests: d_type-check: don't hardcode the C library name

* tests/d_type-check: The hardcoded name doesn't hold true for all
Linux/glibc platforms, let alone Linux/non-glibc.
Use ctypes.util.find_library() instead to search for the library.
tests/d_type-check