Skip to content

Commit bb5df2b

Browse files
committed
Fixed unit-tests for Windows.
1 parent fd55060 commit bb5df2b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/server/index.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ Test.push('Test Server', function(next) {
2424
});
2525

2626
arr.push(function(resume) {
27+
28+
if (F.isWindows) {
29+
resume();
30+
return;
31+
}
32+
2733
var options = {};
2834
options.unixsocket = PATH.root('test.socket');
2935
options.unixsocket777 = true;

0 commit comments

Comments
 (0)