提交 ed07890e 编写于 作者: M Mislav Marohnić

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
上级 dd5f7153
......@@ -144,7 +144,7 @@ World Module.new {
end
def empty_commit
run_silent "git commit --quiet -m '' --allow-empty --allow-empty-message"
run_silent "git commit --quiet -m empty --allow-empty"
end
# Aruba unnecessarily creates new Announcer instance on each invocation
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册