test/offline/compute_hash: Skip a test if an algorithm is not supported
commit07c63f65a1cdbdf0eafcbe3004e30eb44bd86181
authorPetr Písař <petr.pisar@atlas.cz>
Wed, 4 Sep 2019 08:34:02 +0000 (4 10:34 +0200)
committerPetr Písař <petr.pisar@atlas.cz>
Wed, 4 Sep 2019 08:38:54 +0000 (4 10:38 +0200)
tree41d14f413c011e936b4c0407329e32a15a18d39c
parent5061d67836f147c69e83bacfe22f7d574e371747
test/offline/compute_hash: Skip a test if an algorithm is not supported

libgcrypt does not know MD5 on RHEL 8 and thus the test failed. This
patch recognizes IE_NOTSUP error and skip the test in that case.
test/offline/compute_hash.c