test: avoid login shell in install version test

This commit is contained in:
Peter Steinberger
2026-04-17 19:45:51 +01:00
parent 2e2f927d5d
commit 16e7f04a43

View File

@@ -37,7 +37,7 @@ function resolveInstallerVersionCases(params: {
const output = execFileSync(
"bash",
[
"-lc",
"-c",
`source "${installerPath}" >/dev/null 2>&1
for openclaw_bin in "\${@:3}"; do
OPENCLAW_BIN="$openclaw_bin"