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:
parent
fd7c1172ed
commit
f60ea1d734
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user