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,