We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4f4909 commit 5d2b846Copy full SHA for 5d2b846
test/parallel/test-fs-realpath.js
@@ -40,6 +40,7 @@ function tmp(p) {
40
41
var fixturesAbsDir = common.fixturesDir;
42
var tmpAbsDir = common.tmpDir;
43
+assert(fixturesAbsDir !== tmpAbsDir);
44
45
console.error('absolutes\n%s\n%s', fixturesAbsDir, tmpAbsDir);
46
@@ -298,8 +299,6 @@ function test_deep_symlink_mix(callback) {
298
299
return runNextTest();
300
}
301
- // todo: check to see that common.fixturesDir is not rooted in the
302
- // same directory as our test symlink.
303
/*
304
/tmp/node-test-realpath-f1 -> ../tmp/node-test-realpath-d1/foo
305
/tmp/node-test-realpath-d1 -> ../node-test-realpath-d2
0 commit comments