test/run_tests.pl: don't use Module::Load::Conditional.
authorAndy Polyakov <appro@openssl.org>
Fri, 1 Sep 2017 21:13:28 +0000 (23:13 +0200)
committerAndy Polyakov <appro@openssl.org>
Sat, 2 Sep 2017 18:20:51 +0000 (20:20 +0200)
commit26810b5eaffad3fa6d320600d8ea36e2ed86ff7c
tree446d606f0382a72aaa9af5a8ff90c0b647e59965
parentb3696a55a5ed80717723a589020af30adb5db606
test/run_tests.pl: don't use Module::Load::Conditional.

Ironically enough not all installations get Module::Load::Conditional
installed by default... [It's a bit half-hearted, because such
installations are likely to lack more stuffi that is needed, but
nevertheless, it proved to be helpful.]

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/4323)
test/run_tests.pl