You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't this be addressed as a duplicate of #11469 ? If I understand correctly, this is for spawnCat while #11469 is for more directly, but given that spawnCat uses more, the underlying issue is the same, right?
@joaocgreis Yeah, I just was not sure if I should combine the issue with the lib and the issue with individual tests. If anybody finds a universal solution, please, close the both issues. Or feel free to close any of them as a duplicate in advance.
Thanks @vsemozhetbyt ! If this was an issue in /lib then it would be an issue for users and would have to be addressed differently, but /test/common.js is only used by the tests, so I think this is essentially the same problem.
For context see #11469
test/parallel/test-child-process-stdio-inherit.js
callscommon.spawnCat()
that callsmore
for Windows.more
fails with Unicode shell codepage.To check
test/parallel/test-child-process-stdio-inherit.js
pass:It seems currently this is the only test that uses
common.spawnCat()
.The text was updated successfully, but these errors were encountered: