chiark / gitweb /
test: skip instead of fail if crypto kmods are not available
authorMartin Pitt <martin@piware.de>
Thu, 2 Mar 2017 22:42:01 +0000 (23:42 +0100)
committerSven Eden <yamakuzure@gmx.net>
Tue, 25 Jul 2017 07:44:34 +0000 (09:44 +0200)
commitefe1fc6ff9c90b61bcc0cf341ff327c8e465ec1b
treed31cf73bf34221f8d771c3e950aee861190f02ec
parent1595204336031d6f2b5e77ce50d87bf0d8281da6
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