commit | bf90047fe00e5d23216a48eec697589447a51861 | [log] [tgz] |
---|---|---|
author | Jerry Yu <jerry.h.yu@arm.com> | Mon Oct 10 10:25:26 2022 +0800 |
committer | Gilles Peskine <Gilles.Peskine@arm.com> | Tue May 14 12:17:06 2024 +0200 |
tree | 615352f9811b53c5dc6db8e5b123fb87606e3fc4 | |
parent | e32671f0d7ed5bc12afa162fd80a35ab748017c1 [diff] [blame] |
Remove `Terminated` message on 22.04 Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 0edb626..758bb3e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -1154,7 +1154,7 @@ if [ -n "$PXY_CMD" ]; then kill $PXY_PID >/dev/null 2>&1 - wait $PXY_PID + wait $PXY_PID >> $PXY_OUT 2>&1 fi }