summaryrefslogtreecommitdiff
path: root/tests/sni-resume.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sni-resume.sh')
-rwxr-xr-xtests/sni-resume.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sni-resume.sh b/tests/sni-resume.sh
index 717199c7e5..7f2fd0132d 100755
--- a/tests/sni-resume.sh
+++ b/tests/sni-resume.sh
@@ -52,7 +52,7 @@ echo "Checking if the SNI extension is parsed in gnutls-serv during" \
TMPFILE="servoutput.$$.tmp"
eval "${GETPORT}"
-launch_server $$ --echo --priority ${PRIORITY} --sni-hostname-fatal \
+launch_server --echo --priority ${PRIORITY} --sni-hostname-fatal \
--sni-hostname server.example.com --noticket 2>${TMPFILE}
PID=$!
wait_server ${PID}