From 245b3271296ca9524ef5cafa5745d316e254ced0 Mon Sep 17 00:00:00 2001 From: Raneet Debnath Date: Thu, 17 Nov 2022 17:13:12 +0530 Subject: [PATCH] sq paranthesis --- 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 71482d30de..5a60eb04fb 100644 --- a/integration-tests/smoke_test.sh +++ b/integration-tests/smoke_test.sh @@ -39,7 +39,7 @@ do checkpointFound="true" fi - if (( $stateSyncFound == "true" && $checkpointFound == "true" )); then + if [ $stateSyncFound == "true" ] && [ $checkpointFound == "true" ]; then break fi