Fix test/recipes/01-test_symbol_presence.t to disregard version info
authorRichard Levitte <levitte@openssl.org>
Thu, 14 Oct 2021 16:49:11 +0000 (18:49 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 14 Oct 2021 17:03:28 +0000 (19:03 +0200)
commit73970cb91fdf8e7b4b434d479b875a47a0aa0dbc
treeffdc870d8487c4d080edf465f019b12f0bc64af0
parent19b30f1c596a8df2a522f9d6dfc1c1782790fc78
Fix test/recipes/01-test_symbol_presence.t to disregard version info

The output of 'nm -DPg' contains version info attached to the symbols,
which makes the test fail.  Simply dropping the version info makes the
test work again.

Fixes #16810 (followup)

Reviewed-by: Matt Caswell <matt@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/16840)
test/recipes/01-test_symbol_presence.t