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