bx509d: Fix tests skipping on OS X
This commit is contained in:
@@ -394,11 +394,15 @@ $hxtool acert --expr="%{certificate.subject} == \"OU=Users,CN=KDC,$DCs\"" \
|
|||||||
|
|
||||||
if ! which curl; then
|
if ! which curl; then
|
||||||
echo "curl is not available -- not testing bx509d"
|
echo "curl is not available -- not testing bx509d"
|
||||||
|
sh ${leaks_kill} test_csr_authorizer $test_csr_authorizer_pid || ec=1
|
||||||
|
trap '' EXIT
|
||||||
exit 77
|
exit 77
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! test -x ${objdir}/../../kdc/bx509d; then
|
if ! test -x ${objdir}/../../kdc/bx509d; then
|
||||||
echo "Configured w/o libmicrohttpd -- not testing bx509d"
|
echo "Configured w/o libmicrohttpd -- not testing bx509d"
|
||||||
|
sh ${leaks_kill} test_csr_authorizer $test_csr_authorizer_pid || ec=1
|
||||||
|
trap '' EXIT
|
||||||
exit 77
|
exit 77
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user