We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a38681 commit 79e548eCopy full SHA for 79e548e
test/parallel/test-child-process-exec-any-shells-windows.js
@@ -33,7 +33,7 @@ const testCopy = (shellName, shellPath) => {
33
const system32 = `${process.env.SystemRoot}\\System32`;
34
35
// Test CMD
36
-test(true);
+test();
37
test('cmd');
38
testCopy('cmd.exe', `${system32}\\cmd.exe`);
39
test('cmd.exe');
0 commit comments