瀏覽代碼

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
pull/360/head^2
Mislav Marohnić 13 年之前
父節點
當前提交
e93ab45dc3
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      test/--version.bats

+ 1
- 1
test/--version.bats 查看文件

@ -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…
取消
儲存