mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Enable pipe test
This commit is contained in:
@@ -62,7 +62,7 @@ var tcp = net.Server(function (s) {
|
||||
process.stdout.write(".");
|
||||
tcpLengthSeen += d.length;
|
||||
for (var j = 0; j < d.length; j++) {
|
||||
//assert.equal(buffer[i], d[j]);
|
||||
assert.equal(buffer[i], d[j]);
|
||||
i++;
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user