Skip to content

Commit b9cecc3

Browse files
rvaggbnoordhuis
authored andcommitted
test: use common.PIPE in simple/test-cluster-eaccess
PR-URL: node-forward/node#50 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 9fb7aee commit b9cecc3

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/simple/test-cluster-eaccess.js

+1-3
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,13 @@
1919
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
2020
// USE OR OTHER DEALINGS IN THE SOFTWARE.
2121

22-
2322
var common = require('../common');
2423
var assert = require('assert');
2524
var cluster = require('cluster');
26-
var path = require('path');
2725
var fs = require('fs');
2826
var net = require('net');
2927

30-
var socketPath = path.join(common.fixturesDir, 'socket-path');
28+
var socketPath = common.PIPE;
3129

3230
if (cluster.isMaster) {
3331
var worker = cluster.fork();

0 commit comments

Comments
 (0)