We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d9042a commit 5a12481Copy full SHA for 5a12481
scripts/test-sanity.sh
@@ -1,6 +1,5 @@
1
#!/bin/bash
2
# This script provides simple sanity checks to make sure the provider is working
3
-# NOTE: Careful running this script, because it will remove folders automatically
4
5
SET_PRE=$( set )
6
SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
@@ -23,10 +22,6 @@ function doTestCmd() {
23
22
}
24
25
function runSpotCheck() {
26
- SPOTCHECK_ARGS=$1
27
- unset OPENSSL_MODULES
28
- unset OPENSSL_CONF
29
- rm -rf ${WOLFSSL_INSTALL_DIR} ${WOLFSSL_SOURCE_DIR} ${WOLFPROV_INSTALL_DIR}
30
doTestCmd init_wolfprov
31
32
SET_POST=$( set )
0 commit comments