diff --git a/test.js b/test.js index 0113bd1e8..6a2dbacff 100644 --- a/test.js +++ b/test.js @@ -94,6 +94,7 @@ function initInTempFolder () { shell.mkdir('tmp') shell.cd('tmp') shell.exec('git init') + shell.exec('git config commit.gpgSign false') commit('root-commit') writePackageJson('1.0.0') }