summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/fixtures/net-fd-passing-receiver.js (renamed from test/mjsunit/fixtures/net-fd-passing-receiver.js)0
-rw-r--r--test/simple/test-buffer.js (renamed from test/mjsunit/test-buffer.js)2
-rw-r--r--test/simple/test-http-parser.js (renamed from test/mjsunit/test-http-parser.js)2
-rw-r--r--test/simple/test-net-fd-passing.js (renamed from test/mjsunit/test-net-fd-passing.js)2
-rw-r--r--test/simple/test-net-pingpong.js (renamed from test/mjsunit/test-net-pingpong.js)2
5 files changed, 4 insertions, 4 deletions
diff --git a/test/mjsunit/fixtures/net-fd-passing-receiver.js b/test/fixtures/net-fd-passing-receiver.js
index be29a28723..be29a28723 100644
--- a/test/mjsunit/fixtures/net-fd-passing-receiver.js
+++ b/test/fixtures/net-fd-passing-receiver.js
diff --git a/test/mjsunit/test-buffer.js b/test/simple/test-buffer.js
index c8792e8980..481b04b99a 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
index db148c7c11..f41e2d6f4c 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
index 9b8f8882d7..0e8620cba7 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
index 7017e414a6..ded31539ec 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 () {