Skip to content

Commit 01ac408

Browse files
furiosaRyan R. Fox
authored andcommitted
Remove shell:true from spawn call in e2e/test.ts
1 parent 53e8403 commit 01ac408

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

e2e/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ async function setupPermit2Approval(): Promise<boolean> {
2121
const child = spawn('pnpm', ['permit2:approve'], {
2222
cwd: process.cwd(),
2323
stdio: 'pipe',
24-
shell: true,
2524
});
2625

2726
let stderr = '';

0 commit comments

Comments
 (0)