diff --git a/integration-tests/smoke_test.sh b/integration-tests/smoke_test.sh index 397d797e6b..71482d30de 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