From 52feda3c495bddff00e257945fa564e4b6a49bed Mon Sep 17 00:00:00 2001 From: ramonskie Date: Thu, 28 May 2026 16:03:02 +0200 Subject: [PATCH] fix: quote go test flags in integration.sh to match other buildpacks --- scripts/integration.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/integration.sh b/scripts/integration.sh index e4f2d3bb6..b4aeba3cd 100755 --- a/scripts/integration.sh +++ b/scripts/integration.sh @@ -147,12 +147,12 @@ function specs::run() { -mod vendor \ -v \ "${src}/integration" \ - ${cached_flag} \ - ${platform_flag} \ - ${token_flag} \ - ${stack_flag} \ - ${serial_flag} \ - ${keep_failed_flag} + "${cached_flag}" \ + "${platform_flag}" \ + "${token_flag}" \ + "${stack_flag}" \ + "${serial_flag}" \ + "${keep_failed_flag}" } function buildpack::package() {