add missing && to submodule-merge testcase

Signed-off-by: Heiko Voigt <hvoigt@hvoigt.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Heiko Voigt 2010-07-06 21:34:31 +02:00 committed by Junio C Hamano
parent d66ee046fc
commit 420432d434

View file

@ -45,7 +45,7 @@ test_expect_success setup '
git commit -m sub-b) &&
git add sub &&
test_tick &&
git commit -m b
git commit -m b &&
git checkout -b c a &&
git merge -s ours b &&