test: unlink custom unix socket before test
authorBen Noordhuis <info@bnoordhuis.nl>
Wed, 29 Oct 2014 16:21:12 +0000 (17:21 +0100)
committerBen Noordhuis <info@bnoordhuis.nl>
Wed, 5 Nov 2014 20:49:11 +0000 (21:49 +0100)
commit9fb7aee7471119d4d33982f5acca6eadde75745c
treeb94351a4bee0424f880d4d8febd6377665928640
parentbf23328a9c19a47df95f650bfd6dc8767f6af371
test: unlink custom unix socket before test

Unlink NODE_COMMON_PIPE before running the test if set in the
environment.  The test runner won't do it for us like it does
for files in test/tmp.

PR-URL: https://github.com/node-forward/node/pull/40
Reviewed-By: Rod Vagg <rod@vagg.org>
test/common.js