commit | 70fce9831eff78fc9e3f5ab3d0d67cf7533eec64 | [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> | Thu Jun 25 09:54:46 2020 +0200 |
tree | c2c21894e1d8c018552c9cda3a1306f75c94b641 | |
parent | 69b01f7694d99935f0b23135e699b57124605313 [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 364ab54..18cbd78 100755 --- a/tests/ssl-opt.sh +++ b/tests/ssl-opt.sh
@@ -670,7 +670,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