summaryrefslogtreecommitdiff
path: root/tests/dh-fips-approved.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dh-fips-approved.sh')
-rwxr-xr-xtests/dh-fips-approved.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/dh-fips-approved.sh b/tests/dh-fips-approved.sh
index 687ad6d5f7..cc98b91fb3 100755
--- a/tests/dh-fips-approved.sh
+++ b/tests/dh-fips-approved.sh
@@ -85,7 +85,7 @@ for params in $ALLOWED_PARAMS; do
PARAMS=${srcdir}/../doc/credentials/dhparams/${params}.pem
eval "${GETPORT}"
- launch_server $$ ${OPTS} --x509keyfile ${KEY1} --x509certfile ${CERT1} --dhparams ${PARAMS}
+ launch_server ${OPTS} --x509keyfile ${KEY1} --x509certfile ${CERT1} --dhparams ${PARAMS}
PID=$!
wait_server ${PID}
@@ -102,7 +102,7 @@ for params in $DISALLOWED_PARAMS; do
PARAMS=${srcdir}/../doc/credentials/dhparams/${params}.pem
eval "${GETPORT}"
- launch_server $$ ${OPTS} --x509keyfile ${KEY1} --x509certfile ${CERT1} --dhparams ${PARAMS}
+ launch_server ${OPTS} --x509keyfile ${KEY1} --x509certfile ${CERT1} --dhparams ${PARAMS}
PID=$!
wait_server ${PID}