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