summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/spawn-enoent-help.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/spawn-enoent-help.js')
-rw-r--r--deps/npm/test/tap/spawn-enoent-help.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/deps/npm/test/tap/spawn-enoent-help.js b/deps/npm/test/tap/spawn-enoent-help.js
index 716f6ebd15..d4a6fcdd83 100644
--- a/deps/npm/test/tap/spawn-enoent-help.js
+++ b/deps/npm/test/tap/spawn-enoent-help.js
@@ -6,6 +6,8 @@ var common = require('../common-tap.js')
var pkg = path.resolve(__dirname, 'spawn-enoent-help')
+common.pendIfWindows('man pages are not built on Windows')
+
test('setup', function (t) {
rimraf.sync(pkg)
mkdirp.sync(pkg)