examples/ipsec-secgw: fix test script
authorKonstantin Ananyev <konstantin.ananyev@intel.com>
Wed, 27 Mar 2019 09:33:29 +0000 (09:33 +0000)
committerAkhil Goyal <akhil.goyal@nxp.com>
Tue, 2 Apr 2019 14:50:24 +0000 (16:50 +0200)
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>
examples/ipsec-secgw/test/run_test.sh

index d8c4b66..3a1a7d4 100644 (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