Skip to content

Commit 45fa4c0

Browse files
131mscdex
andauthored
Update test/test-client-server.js
Co-Authored-By: mscdex <[email protected]>
1 parent 911cfaa commit 45fa4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-client-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -924,7 +924,7 @@ var tests = [
924924
var r;
925925
var out = '';
926926
var agent;
927-
var agent_sock = '/tmp/foobar';
927+
var agent_sock = '/tmp/nodejs-ssh2-test-' + process.pid;
928928

929929
r = setup(
930930
this,

0 commit comments

Comments
 (0)