Skip to content

Commit

Permalink
The tests should not fail if guilt.diffstat is set.
Browse files Browse the repository at this point in the history
Explicitly set guilt.diffstat to its default value.  Without this, the
027 test (and possibly others) fail if guilt.diffstat is set to true
in ~/.gitconfig.

Signed-off-by: Per Cederqvist <[email protected]>
Signed-off-by: Josef 'Jeff' Sipek <[email protected]>
  • Loading branch information
Per Cederqvist committed Jan 22, 2015
1 parent 6fe15cb commit 5250ef1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions regression/scaffold
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ function setup_git_repo
# Explicitly set config that the tests rely on.
git config log.date default
git config log.decorate no
git config guilt.diffstat false
}

function setup_guilt_repo
Expand Down

0 comments on commit 5250ef1

Please sign in to comment.