Update the bundled node-glob to v3.1.6.

This commit is contained in:
Nathan Rajlich 2012-03-12 16:55:07 -07:00
parent 8a9b11a51a
commit c3d0e41229
10 changed files with 161 additions and 38 deletions

2
node_modules/glob/test/root.js generated vendored
View file

@ -4,7 +4,7 @@ var origCwd = process.cwd()
process.chdir(__dirname)
tap.test("changing root and searching for /b*/**", function (t) {
var glob = require('glob')
var glob = require('../')
var path = require('path')
t.test('.', function (t) {
glob('/b*/**', { globDebug: true, root: '.' }, function (er, matches) {