From d0629d2e28ec0c0965dd62b610f074afea0adcb5 Mon Sep 17 00:00:00 2001 From: 35C4n0r Date: Tue, 19 May 2026 03:29:24 +0000 Subject: [PATCH] refactor(test): remove outdated comments regarding bash and busybox compatibility --- registry/coder/modules/git-clone/main.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/registry/coder/modules/git-clone/main.test.ts b/registry/coder/modules/git-clone/main.test.ts index 0327417a..9e1ddea1 100644 --- a/registry/coder/modules/git-clone/main.test.ts +++ b/registry/coder/modules/git-clone/main.test.ts @@ -10,9 +10,6 @@ import { type TerraformState, } from "~test"; -// The clone script uses bash arrays, which busybox `sh` (alpine's default -// shell) cannot parse. Install bash in the container, then run the script -// with bash. The optional `before` setup step still runs with `sh`. const executeScriptInContainer = async ( state: TerraformState, image: string,