examples/ipsec-secgw: fix test script

Fixes: 929784452094 ("examples/ipsec-secgw: add scripts for functional test")
Cc: stable@dpdk.org

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
Acked-by: Akhil Goyal <akhil.goyal@nxp.com>
This commit is contained in:
Konstantin Ananyev 2019-03-27 09:33:29 +00:00 committed by Akhil Goyal
parent fd7c1172ed
commit f60ea1d734

View File

@ -66,7 +66,7 @@ while [[ ${st} -eq 0 ]]; do
fi
done
if [[ ${run4} -eq 0 && {run6} -eq 0 ]]; then
if [[ ${run4} -eq 0 && ${run6} -eq 0 ]]; then
exit 127
fi