]> git.ipfire.org Git - thirdparty/openssl.git/commit
OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()
authorRichard Levitte <levitte@openssl.org>
Mon, 7 Jun 2021 12:10:17 +0000 (14:10 +0200)
committerRichard Levitte <levitte@openssl.org>
Tue, 8 Jun 2021 19:15:00 +0000 (21:15 +0200)
commit1355659bb83388a6ad98c730f38e94ec4e414b6b
treefe330900f9c2fb3ff264a2d815ddcecca3cdbb6e
parent4bf696c1d05d19ad495995309981f91f265cdaf2
OpenSSL::Test.pm: Replace all uses of rel2abs() with abs_path()

rel2abs() doesn't clean the path well enough, which may lead to odd
results when calculating new paths.  abs_path() works better for this
sort of thing.

Reviewed-by: Paul Dale <pauli@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15644)
util/perl/OpenSSL/Test.pm