X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=test%2Ftrsa;h=249ac1ddcc6b4d3975c5bcadfd0a1f4d70b1dc06;hb=e75445f68889a352905356351e35473dcefc9be9;hp=bd6c07650a5b69efbedc1b36fb8946d221bd265d;hpb=46c4647e3c7e5bd0ba9267091bb18677ee387f52;p=oweals%2Fopenssl.git diff --git a/test/trsa b/test/trsa index bd6c07650a..249ac1ddcc 100644 --- a/test/trsa +++ b/test/trsa @@ -1,14 +1,11 @@ #!/bin/sh -PATH=../apps:$PATH -export PATH - -if ../apps/openssl no-rsa; then +if ../util/shlib_wrap.sh ../apps/openssl no-rsa; then echo skipping rsa conversion test exit 0 fi -cmd='../apps/openssl rsa' +cmd='../util/shlib_wrap.sh ../apps/openssl rsa' if [ "$1"x != "x" ]; then t=$1