Commit c5c6f692b7 for openssl.org
commit c5c6f692b753d7803db08ab97915bebd544a5422
Author: Eugene Syromiatnikov <esyr@openssl.org>
Date: Thu Sep 3 16:02:27 2026 +0200
test/recipes/95-test_external_pyca_data/cryptography.sh: use BLDTOP, not SRCTOP
Create temporary directory under $BLDTOP and not $SRCTOP,
as it should be.
Signed-off-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Jakub Zelenka <jakub.zelenka@openssl.foundation>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Merge-date: Mon Sep 7 18:23:54 2026
Merged-from: https://github.com/openssl/openssl/pull/32668
diff --git a/test/recipes/95-test_external_pyca_data/cryptography.sh b/test/recipes/95-test_external_pyca_data/cryptography.sh
index ef9fceb842..4bcadff1c7 100755
--- a/test/recipes/95-test_external_pyca_data/cryptography.sh
+++ b/test/recipes/95-test_external_pyca_data/cryptography.sh
@@ -38,7 +38,7 @@ echo " venv command: $VENV_CMD"
echo " OpenSSL version: $OPENSSL_VERSION"
echo "------------------------------------------------------------------"
-cd $SRCTOP
+cd $BLDTOP
# Create a python virtual env and activate
rm -rf venv-cryptography