diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index a8adf9bb3..6420e234a 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -254,7 +254,7 @@ if type lsof >/dev/null 2>/dev/null; then done } else - echo "Warning: lsof not available, wait_server_start = sleep $START_DELAY" + echo "Warning: lsof not available, wait_server_start = sleep" wait_server_start() { sleep "$START_DELAY" }