Skip to content

Commit

Permalink
merge hook tests: fix missing '&&' in test
Browse files Browse the repository at this point in the history
Signed-off-by: Benoit Pierre <benoit.pierre@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Benoit Pierre authored and Junio C Hamano committed Mar 11, 2014
1 parent 5f95c9f commit 3219bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7505-prepare-commit-msg-hook.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 - &&
Expand Down

0 comments on commit 3219bad

Please sign in to comment.