Skip to content

Fix failing test CTGitPath.HashStashDir with no name or email specified

Fix failing test CTGitPath.HashStashDir when there has been no global or system user.name and user.email set.

An attempt to make a commit will fail when the user.name or user.email has not been set. The other tests use the template of setting the user.name to User and the user.email to user@example.com. To fix this issue the same template was used.

Signed-off-by: Rick Burgstaler rburgstaler@yahoo.com

Merge request reports