mirror of
https://github.com/electron/node-gyp.git
synced 2025-09-16 14:03:39 +02:00
update glob to v3.1.9
This commit is contained in:
parent
aa8bc9d7cf
commit
41626d9842
5 changed files with 174 additions and 18 deletions
4
node_modules/glob/test/bash-comparison.js
generated
vendored
4
node_modules/glob/test/bash-comparison.js
generated
vendored
|
@ -38,7 +38,7 @@ function alphasort (a, b) {
|
|||
globs.forEach(function (pattern) {
|
||||
var echoOutput
|
||||
tap.test(pattern, function (t) {
|
||||
var bashPattern = pattern //.replace(/(\(|\||\))/g, "\\$1")
|
||||
var bashPattern = pattern
|
||||
, cmd = "shopt -s globstar && " +
|
||||
"shopt -s extglob && " +
|
||||
"shopt -s nullglob && " +
|
||||
|
@ -53,7 +53,7 @@ globs.forEach(function (pattern) {
|
|||
cp.stderr.on("data", function (c) {
|
||||
process.stderr.write(c)
|
||||
})
|
||||
cp.on("exit", function () {
|
||||
cp.stdout.on("close", function () {
|
||||
echoOutput = flatten(out)
|
||||
if (!echoOutput) echoOutput = []
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue