summaryrefslogtreecommitdiff
path: root/tests/system-override-profiles.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/system-override-profiles.sh')
-rwxr-xr-xtests/system-override-profiles.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/system-override-profiles.sh b/tests/system-override-profiles.sh
index 86ae558378..1b03bdb598 100755
--- a/tests/system-override-profiles.sh
+++ b/tests/system-override-profiles.sh
@@ -47,7 +47,7 @@ CERT="${srcdir}/certs/cert-ecc256.pem"
KEY="${srcdir}/certs/ecc256.pem"
eval "${GETPORT}"
-launch_server $$ --echo --priority "NORMAL" --x509keyfile ${KEY} --x509certfile ${CERT}
+launch_server --echo --priority "NORMAL" --x509keyfile ${KEY} --x509certfile ${CERT}
PID=$!
wait_server ${PID}