commit | c5ae9c853216c890e39c17fc9a763b05635a0e27 | [log] [tgz] |
---|---|---|
author | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Thu Jun 25 09:54:46 2020 +0200 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Fri Aug 14 11:06:12 2020 +0200 |
tree | 916a682582436a6ef6b807b6068b3e89ab8cd8f4 | |
parent | 57e328e805ae54b14dc8059fd71a456b01c5ea3b [diff] [blame] |
Simplify test syntax Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh index 83123af..17f7e2e 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -482,7 +482,7 @@ # if the test uses DTLS but no custom proxy, add a simple proxy # as it provides timing info that's useful to debug failures - if [ "X$PXY_CMD" = "X" -a "$DTLS" -eq 1 ]; then + if [ -z "$PXY_CMD" ] && [ "$DTLS" -eq 1 ]; then PXY_CMD="$P_PXY" fi