t6036: fix broken && chain in sub-shell
Signed-off-by: Ramsay Jones <ramsay@ramsayjones.plus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
327ac9cb9d
commit
6b82db9b42
@ -495,7 +495,7 @@ test_expect_success 'setup differently handled merges of directory/file conflict
|
||||
test_write_lines 1 2 3 4 5 6 7 8 >a &&
|
||||
git add a &&
|
||||
git commit -m E3 &&
|
||||
git tag E3
|
||||
git tag E3 &&
|
||||
|
||||
git checkout C^0 &&
|
||||
test_must_fail git merge B^0 &&
|
||||
|
Loading…
Reference in New Issue
Block a user