commit | 7163a6ad911ec6b47b94aa22fe1ae4ec16aa731f | [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:22 2018 +0200 |
tree | 7aa2d9ff386a9c9e7e6be3476c71ae02759adb94 | |
parent | 41c23b5a499bd263beecf64e68a1ad8c2491cecb [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 2f8ea4f..8fde32f 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -308,7 +308,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" }