]> git.droids-corp.org - dpdk.git/commitdiff
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 d8c4b6625504508ca9290914acbd03384e71b8bf..3a1a7d4b4c0757447b937b2c8dcb270b2d95d6bc 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