Commit 3da9eeb1 authored by Richard Levitte's avatar Richard Levitte
Browse files

OpenSSL::Test: Fix directory calculations in __cwd()



We recalculate the location of the directories we keep track of.
However, we did so after having moved to the new directory already, so
the data we did the calculations from were possibly not quite correct.

This change moves the calculations to happen before moving to the new
directory.

This issue is sporadic, and possibly dependent on the platform.

Reviewed-by: default avatarMatt Caswell <matt@openssl.org>
parent c952780c
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment