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:32:10 +0000 (11:32 +0200)
commite9c17ef92f66e31cee5193f6e1e449d6d197780e
treeea66bd32fa6625f7d215978a0c1a9b0e7c1d4a28
parent0c5f0fd49d784cad923f1dd9b3237f72d51b267d
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)

(cherry picked from commit bfa3480f7609351563ac36dddd7c64e97aa6f446)
test/recipes/90-test_shlibload.t