Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit 3219bad

Browse files
benoit-pierregitster
authored andcommitted
merge hook tests: fix missing '&&' in test
Signed-off-by: Benoit Pierre <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5f95c9f commit 3219bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7505-prepare-commit-msg-hook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ test_expect_success 'with failing hook (merge)' '
174174
git add file &&
175175
rm -f "$HOOK" &&
176176
git commit -m other &&
177-
write_script "$HOOK" <<-EOF
177+
write_script "$HOOK" <<-EOF &&
178178
exit 1
179179
EOF
180180
git checkout - &&

0 commit comments

Comments
 (0)