diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 9faeb6703..91f16e1fa 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh @@ -308,7 +308,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" }