Skip to content

Commit a9079ee

Browse files
authored
Merge pull request #140 from mbland/disable-gpgsign
Disable commit.gpgsign in get/git-repo test
2 parents 41d8ba4 + 2970d73 commit a9079ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/get/git-repo.bats

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ teardown() {
7272
git init
7373
git config user.email 'mbland@example.com'
7474
git config user.name 'Mike Bland'
75+
git config commit.gpgsign false
7576
printf '# This is a test\n' >README.md
7677
git add README.md
7778
git commit -m 'Initial commit'

0 commit comments

Comments
 (0)