t7403: add missing &&'s Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
diff --git a/t/t7403-submodule-sync.sh b/t/t7403-submodule-sync.sh index 7538756..bade217 100755 --- a/t/t7403-submodule-sync.sh +++ b/t/t7403-submodule-sync.sh
@@ -14,7 +14,7 @@ echo file > file && git add file && test_tick && - git commit -m upstream + git commit -m upstream && git clone . super && git clone super submodule && (cd super && @@ -42,7 +42,7 @@ ) && mv submodule moved-submodule && (cd super && - git config -f .gitmodules submodule.submodule.url ../moved-submodule + git config -f .gitmodules submodule.submodule.url ../moved-submodule && test_tick && git commit -a -m moved-submodule )