Skip to content

Commit

Permalink
tests: fix gpg signing
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Jun 17, 2019
1 parent 55fc940 commit 02c27cd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,6 +323,7 @@ function run (fixture, opts, test) {
gitUsers.forEach(function ([name, email], index) {
execFileSync('git', ['config', 'user.name', name], { cwd, stdio: 'ignore' })
execFileSync('git', ['config', 'user.email', email], { cwd, stdio: 'ignore' })
execFileSync('git', ['config', 'commit.gpgsign', 'false'], { cwd, stdio: 'ignore' })

if (index === 0) {
fs.writeFileSync(path.join(cwd, 'index.js'), main)
Expand Down

0 comments on commit 02c27cd

Please sign in to comment.