Description: Fix failing tests
Author: Ximin Luo <infinity0@debian.org>
Forwarded: https://github.com/websockets/ws/pull/671
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/test/WebSocketServer.test.js
+++ b/test/WebSocketServer.test.js
@@ -5,7 +5,7 @@
   , fs = require('fs')
   , should = require('should');
 
-var port = 8000;
+var port = 58000;
 
 function getArrayBuffer(buf) {
   var l = buf.length;
