From 3219bad94422084184987c9660361f3245d69f04 Mon Sep 17 00:00:00 2001 From: Benoit Pierre Date: Mon, 10 Mar 2014 19:49:31 +0100 Subject: [PATCH] merge hook tests: fix missing '&&' in test Signed-off-by: Benoit Pierre Signed-off-by: Junio C Hamano --- t/t7505-prepare-commit-msg-hook.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t7505-prepare-commit-msg-hook.sh b/t/t7505-prepare-commit-msg-hook.sh index 357375151d..1c95652dce 100755 --- a/t/t7505-prepare-commit-msg-hook.sh +++ b/t/t7505-prepare-commit-msg-hook.sh @@ -174,7 +174,7 @@ test_expect_success 'with failing hook (merge)' ' git add file && rm -f "$HOOK" && git commit -m other && - write_script "$HOOK" <<-EOF + write_script "$HOOK" <<-EOF && exit 1 EOF git checkout - && -- 2.11.4.GIT