summaryrefslogtreecommitdiff
path: root/test/parallel/test-path-zero-length-strings.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/parallel/test-path-zero-length-strings.js')
-rw-r--r--test/parallel/test-path-zero-length-strings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-path-zero-length-strings.js b/test/parallel/test-path-zero-length-strings.js
index 09d5e947e4..083eb3e7ac 100644
--- a/test/parallel/test-path-zero-length-strings.js
+++ b/test/parallel/test-path-zero-length-strings.js
@@ -3,7 +3,7 @@
// These testcases are specific to one uncommon behaviour in path module. Few
// of the functions in path module, treat '' strings as current working
// directory. This test makes sure that the behaviour is intact between commits.
-// See: https://github.com/nodejs/io.js/pull/2106
+// See: https://github.com/nodejs/node/pull/2106
const common = require('../common');
const assert = require('assert');