commit | 2cc7ad4cfc52642731fdd92ee905e11f8b8b558a | [log] [tgz] |
---|---|---|
author | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Jun 29 15:48:13 2018 +0200 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Fri Jun 29 16:03:18 2018 +0200 |
tree | 92facbcea58db91eb6acbe3548acb291e6d92e08 | |
parent | b461ba5630d1acf0ac4ee4df17f192c795395763 [diff] [blame] |
Fix ssl-opt.sh not starting when lsof is not available $START_DELAY was used before it was defined.
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index a8adf9b..6420e23 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -254,7 +254,7 @@ 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" }