diff options
-rw-r--r-- | worktree_test.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/worktree_test.go b/worktree_test.go index b57a77d..ac56a46 100644 --- a/worktree_test.go +++ b/worktree_test.go @@ -259,7 +259,7 @@ func (s *RepositorySuite) TestPullAdd(c *C) { ExecuteOnPath(c, path, "touch foo", "git add foo", - "git commit -m foo foo", + "git commit --no-gpg-sign -m foo foo", ) w, err := r.Worktree() |