Skip to content

Commit 79e548e

Browse files
committed
fix windows test
1 parent 1a38681 commit 79e548e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-child-process-exec-any-shells-windows.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ const testCopy = (shellName, shellPath) => {
3333
const system32 = `${process.env.SystemRoot}\\System32`;
3434

3535
// Test CMD
36-
test(true);
36+
test();
3737
test('cmd');
3838
testCopy('cmd.exe', `${system32}\\cmd.exe`);
3939
test('cmd.exe');

0 commit comments

Comments
 (0)