diff --git a/test/mjsunit/fixtures/net-fd-passing-receiver.js b/test/fixtures/net-fd-passing-receiver.js similarity index 100% rename from test/mjsunit/fixtures/net-fd-passing-receiver.js rename to test/fixtures/net-fd-passing-receiver.js diff --git a/test/mjsunit/test-buffer.js b/test/simple/test-buffer.js similarity index 97% rename from test/mjsunit/test-buffer.js rename to test/simple/test-buffer.js index c8792e8980a..481b04b99a3 100644 --- a/test/mjsunit/test-buffer.js +++ b/test/simple/test-buffer.js @@ -1,4 +1,4 @@ -process.mixin(require("./common")); +process.mixin(require("../common")); assert = require("assert"); diff --git a/test/mjsunit/test-http-parser.js b/test/simple/test-http-parser.js similarity index 97% rename from test/mjsunit/test-http-parser.js rename to test/simple/test-http-parser.js index db148c7c118..f41e2d6f4c1 100644 --- a/test/mjsunit/test-http-parser.js +++ b/test/simple/test-http-parser.js @@ -1,4 +1,4 @@ -process.mixin(require("./common")); +process.mixin(require("../common")); // The purpose of this test is not to check HTTP compliance but to test the // binding. Tests for pathological http messages should be submitted diff --git a/test/mjsunit/test-net-fd-passing.js b/test/simple/test-net-fd-passing.js similarity index 97% rename from test/mjsunit/test-net-fd-passing.js rename to test/simple/test-net-fd-passing.js index 9b8f8882d7d..0e8620cba78 100644 --- a/test/mjsunit/test-net-fd-passing.js +++ b/test/simple/test-net-fd-passing.js @@ -1,4 +1,4 @@ -process.mixin(require("./common")); +process.mixin(require("../common")); net = require("net"); process.Buffer.prototype.toString = function () { diff --git a/test/mjsunit/test-net-pingpong.js b/test/simple/test-net-pingpong.js similarity index 98% rename from test/mjsunit/test-net-pingpong.js rename to test/simple/test-net-pingpong.js index 7017e414a6b..ded31539ecd 100644 --- a/test/mjsunit/test-net-pingpong.js +++ b/test/simple/test-net-pingpong.js @@ -1,4 +1,4 @@ -process.mixin(require("./common")); +process.mixin(require("../common")); net = require("net"); process.Buffer.prototype.toString = function () {