Skip to content

Commit

Permalink
fixup! test: add escapePOSIXShell util
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Sep 27, 2024
1 parent 779d566 commit 38868c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-cli-eval.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ child.exec(...common.escapePOSIXShell`"${process.execPath}" --eval "console.erro
assert.strictEqual(
stdout, 'Loaded as a module, exiting with status code 42.\n');
assert.strictEqual(code, 42);
}))
}));
}

// Check that builtin modules are pre-defined.
Expand Down

0 comments on commit 38868c2

Please sign in to comment.