From e93ab45dc37fed87c5c71a306c43e0c630fdc4a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mislav=20Marohni=C4=87?= Date: Fri, 7 Jun 2013 19:10:40 +0200 Subject: [PATCH] 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 --- test/--version.bats | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/--version.bats b/test/--version.bats index e99a3a95..4e0e452d 100644 --- a/test/--version.bats +++ b/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" {