summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/version-git-not-clean.js
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/version-git-not-clean.js')
-rw-r--r--deps/npm/test/tap/version-git-not-clean.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/npm/test/tap/version-git-not-clean.js b/deps/npm/test/tap/version-git-not-clean.js
index 22ffb7c987..43e2549ceb 100644
--- a/deps/npm/test/tap/version-git-not-clean.js
+++ b/deps/npm/test/tap/version-git-not-clean.js
@@ -59,6 +59,7 @@ test('npm version <semver> --force with working directory not clean', function (
common.npm(
[
'--force',
+ '--no-sign-git-commit',
'--no-sign-git-tag',
'--registry', common.registry,
'--prefix', pkg,