diff --git a/test/disabled/pipe-test.js b/test/simple/test-pipe.js similarity index 98% rename from test/disabled/pipe-test.js rename to test/simple/test-pipe.js index cb0dc686b5..75db48eabb 100644 --- a/test/disabled/pipe-test.js +++ b/test/simple/test-pipe.js @@ -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++; } });