From c6079a4d4e7260f7851221c602b15dcb9e4a1e9a Mon Sep 17 00:00:00 2001 From: Raneet Debnath Date: Thu, 17 Nov 2022 13:59:07 +0530 Subject: [PATCH] chg parenthesis --- integration-tests/smoke_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/smoke_test.sh b/integration-tests/smoke_test.sh index 66eefe5f28..333e079641 100644 --- a/integration-tests/smoke_test.sh +++ b/integration-tests/smoke_test.sh @@ -39,7 +39,7 @@ do checkpointFound=true fi - if [ $stateSyncFound && $checkpointFound ]; then + if (( $stateSyncFound && $checkpointFound )); then break fi