refactor(test): remove outdated comments regarding bash and busybox compatibility

This commit is contained in:
35C4n0r 2026-05-19 03:29:24 +00:00
parent 1fc855711b
commit d0629d2e28

View File

@ -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,