commit | 581af9f720afec7488be6051f7c9d5e2645761af | [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:00:40 2020 +0200 |
tree | 0681ce6d7597cae7ec8bc4624a606c3c33957994 | |
parent | bedcb3eb24da35f934b7b1468d18688740977f77 [diff] |
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 a038463..958c368 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -626,7 +626,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