diff options
Diffstat (limited to 'node_modules/spawn-wrap/test/fixtures/npm')
-rwxr-xr-x | node_modules/spawn-wrap/test/fixtures/npm | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/node_modules/spawn-wrap/test/fixtures/npm b/node_modules/spawn-wrap/test/fixtures/npm deleted file mode 100755 index 4e026deb9..000000000 --- a/node_modules/spawn-wrap/test/fixtures/npm +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh -// 2>/dev/null; exec "`dirname "$0"`/node" "$0" "$@" -console.log('%j', process.execArgv) -console.log('%j', process.argv.slice(2)) -setTimeout(function () {}, 100) |