Skip to content

Commit

Permalink
Update test/test-client-server.js
Browse files Browse the repository at this point in the history
Co-Authored-By: mscdex <[email protected]>
  • Loading branch information
131 and mscdex authored Nov 5, 2019
1 parent 911cfaa commit 45fa4c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test-client-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ var tests = [
var r;
var out = '';
var agent;
var agent_sock = '/tmp/foobar';
var agent_sock = '/tmp/nodejs-ssh2-test-' + process.pid;

r = setup(
this,
Expand Down

0 comments on commit 45fa4c0

Please sign in to comment.