Skip to content

Commit 2bfc2ef

Browse files
committed
Tests: use the compiled and not the installed libp11.so
1 parent 241f762 commit 2bfc2ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/openssl-settings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ if test -n ${PKG_CONFIG_PATH}; then
2525
OPENSSL_PATH="${PKG_CONFIG_PATH}/../.."
2626
if command -v "${OPENSSL_PATH}/bin/openssl" &> /dev/null; then
2727
OPENSSL="${OPENSSL_PATH}/bin/openssl"
28-
export LD_LIBRARY_PATH="${OPENSSL_PATH}/lib64:${OPENSSL_PATH}/lib"
28+
export LD_LIBRARY_PATH="../src/.libs:${OPENSSL_PATH}/lib64:${OPENSSL_PATH}/lib"
2929
else
3030
OPENSSL=openssl
3131
fi

0 commit comments

Comments
 (0)