mirror of
https://github.com/pyenv/pyenv.git
synced 2024-11-07 20:31:01 -05:00
work around bug in git 1.8.2.1 in tests
Making empty commits in tests blocked by opening the default text editor, waiting for a message which we specified to be empty. http://thread.gmane.org/gmane.comp.version-control.git/225529
This commit is contained in:
parent
060f141b21
commit
e93ab45dc3
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ setup() {
|
|||
}
|
||||
|
||||
git_commit() {
|
||||
git commit --quiet --allow-empty -m "" --allow-empty-message
|
||||
git commit --quiet --allow-empty -m "empty"
|
||||
}
|
||||
|
||||
@test "default version" {
|
||||
|
|
Loading…
Reference in a new issue