diff --git a/hack/test-go.sh b/hack/test-go.sh index 4e982a06bfb..eea976ef839 100755 --- a/hack/test-go.sh +++ b/hack/test-go.sh @@ -206,7 +206,7 @@ reportCoverageToCoveralls() { } # Convert the CSV to an array of API versions to test -IFS=',' read -a apiVersions <<< ${KUBE_TEST_API_VERSIONS} +IFS=',' read -a apiVersions <<< "${KUBE_TEST_API_VERSIONS}" for apiVersion in "${apiVersions[@]}"; do echo "Running tests for APIVersion: $apiVersion" runTestsForVersion $apiVersion "${@}"