commit | 27d80927d5c91079bb7cd2729ec7fe09c3627992 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Tue Aug 02 21:28:55 2022 +0800 |
committer | Jerry Yu <jerry.h.yu@arm.com> | Tue Aug 02 21:28:55 2022 +0800 |
tree | 774a9df6d667c43700c9d46bfe84f0fbf1530032 | |
parent | 2fcb056ea98c158e0bb2019531f4acb92b9aead3 [diff] [blame] |
fix wrong typo Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index ec243ad..c26bbe7 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -1259,7 +1259,7 @@ # terminate the server (and the proxy) kill $SRV_PID # For Ubuntu 22.04, `Terminated` message is outputed by wait command. - # To remove it from stdout, redirect stdout/stderr to CLI_OUT + # To remove it from stdout, redirect stdout/stderr to SRV_OUT wait $SRV_PID >> $SRV_OUT 2>&1 SRV_RET=$?