test/recipes/90-test_shlibload.t: Make sure to handle library renames
authorRichard Levitte <levitte@openssl.org>
Fri, 7 Jul 2017 09:10:05 +0000 (11:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 7 Jul 2017 09:31:03 +0000 (11:31 +0200)
commitbfa3480f7609351563ac36dddd7c64e97aa6f446
tree4047be48b3242c0c9a4f4b0261ce3968b57e0466
parent984cf15eb5faac8e328d1ba4a623b1777eb82de1
test/recipes/90-test_shlibload.t: Make sure to handle library renames

VMS renames our libraries to fit VMS conventions.  This must be accounted
for when we want to load them.

Reviewed-by: Tim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3880)
test/recipes/90-test_shlibload.t