Skip to content

Commit a68ecda

Browse files
LiviaMedeirosalexfernandez
authored andcommitted
test: make test-dotenv-node-options locale-independent
PR-URL: nodejs#49470 Reviewed-By: Chemi Atlow <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent b6b364c commit a68ecda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-dotenv-node-options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ describe('.env supports NODE_OPTIONS', () => {
4646

4747
it('TZ environment variable', { skip: !common.hasIntl || process.config.variables.icu_small }, async () => {
4848
const code = `
49-
require('assert')(new Date().toString().includes('Hawaii'))
49+
require('assert')(new Date().toString().includes('GMT-1000'))
5050
`.trim();
5151
const child = await common.spawnPromisified(
5252
process.execPath,

0 commit comments

Comments
 (0)