Skip to content

Commit c4aca45

Browse files
test,android: fix libuv socket name length in test
1 parent 73d5d37 commit c4aca45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-net-connect-options-fd.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const forAllClients = (cb) => common.mustCall(cb, CLIENT_VARIANTS);
3636
{
3737
// Use relative path to avoid hitting 108-char length limit
3838
// for socket paths in libuv.
39-
const prefix = path.relative('.', `${common.PIPE}-net-connect-options-fd`);
39+
const prefix = path.relative('.', `${common.PIPE}-n-c-o-fd`);
4040
const serverPath = `${prefix}-server`;
4141
let counter = 0;
4242
let socketCounter = 0;

0 commit comments

Comments
 (0)