]> granicus.if.org Git - openssl/commit
OpenSSL::Test: when moving directory, affect env as well
authorRichard Levitte <levitte@openssl.org>
Thu, 7 Apr 2016 12:30:15 +0000 (14:30 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 7 Apr 2016 12:52:01 +0000 (14:52 +0200)
commitd1094383df07cc8ae266c04cf3ace782447b4d5b
treeb00f25a74301814059dce8e65eaf937502fc094e
parent1d352bb192d72af1d09c57025dcc9c30fbccc7e9
OpenSSL::Test: when moving directory, affect env as well

The environment variables TOP, SRCTOP, BLDTOP, ...  are used to affect
the testing framework.  However, subprocesses may want to use them as
well, and therefore need their values corrected when we move to a
different directory.

Reviewed-by: Emilia Käsper <emilia@openssl.org>
test/testlib/OpenSSL/Test.pm