]> git.ipfire.org Git - thirdparty/systemd.git/commit
test: skip instead of fail if crypto kmods are not available 5525/head
authorMartin Pitt <martin@piware.de>
Thu, 2 Mar 2017 22:42:01 +0000 (23:42 +0100)
committerMartin Pitt <martin@piware.de>
Fri, 3 Mar 2017 15:45:44 +0000 (16:45 +0100)
commit2e914f34eb9a4a56e3eb70dc0b4345588c9016e7
tree19a6a06102d652450b8b43417f7dac45d2548f04
parentdcce98a4bdc302a5efeb3a5c35b6cbf6d16a3efc
test: skip instead of fail if crypto kmods are not available

Package build machines may have module loading disabled, thus AF_ALG
sockets are not available. Skip the tests that cover those (khash and
id128) instead of failing them in this case.

Fixes #5524
src/test/test-hash.c
src/test/test-id128.c