summaryrefslogtreecommitdiff
path: root/deps/npm/node_modules/glob/test/stat.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/node_modules/glob/test/stat.js')
-rw-r--r--deps/npm/node_modules/glob/test/stat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/npm/node_modules/glob/test/stat.js b/deps/npm/node_modules/glob/test/stat.js
index 62917114b4..f555b39b16 100644
--- a/deps/npm/node_modules/glob/test/stat.js
+++ b/deps/npm/node_modules/glob/test/stat.js
@@ -20,7 +20,7 @@ test('stat all the things', function(t) {
t.same(eof, matches)
var cache = Object.keys(this.statCache)
t.same(cache.map(function (f) {
- return path.relative(__dirname, f)
+ return path.relative(__dirname, f).replace(/\\/g, '/')
}).sort(), matches)
cache.forEach(function(c) {