diff --git a/systemtest/helpers.bash b/systemtest/helpers.bash index 8a3710ad..bf2c8c12 100644 --- a/systemtest/helpers.bash +++ b/systemtest/helpers.bash @@ -356,7 +356,7 @@ start_registry() { return fi - timeout=$(expr $timeout - 1) + timeout=$(( timeout - 1 )) sleep 1 done die "Timed out waiting for registry container to respond on :$port"