Skip to content

Commit 359d871

Browse files
committed
test(parallels): allow mac update script fallback user
1 parent e311ffd commit 359d871

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/e2e/parallels/npm-update-smoke.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ Remove-Item -Path $scriptPath, $logPath, $donePath, $exitPath -Force -ErrorActio
736736
if (write.status !== 0) {
737737
throw new Error(`failed to write guest script ${scriptPath}: ${write.stderr.trim()}`);
738738
}
739-
const chmod = run("prlctl", ["exec", vm, "/bin/chmod", "700", scriptPath], {
739+
const chmod = run("prlctl", ["exec", vm, "/bin/chmod", "755", scriptPath], {
740740
check: false,
741741
quiet: true,
742742
timeoutMs: 30_000,

0 commit comments

Comments
 (0)