]> Pileus Git - ~andy/git/commitdiff
t7403: add missing &&'s
authorJens Lehmann <Jens.Lehmann@web.de>
Wed, 18 Aug 2010 21:20:33 +0000 (23:20 +0200)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Aug 2010 06:00:31 +0000 (23:00 -0700)
Signed-off-by: Jens Lehmann <Jens.Lehmann@web.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7403-submodule-sync.sh

index 7538756487d9b9483143b338104cd6af13397a91..bade2179b1f7f6be44ba3266eae147634b60987f 100755 (executable)
@@ -14,7 +14,7 @@ test_expect_success setup '
        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 @@ test_expect_success 'change submodule url' '
        ) &&
        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
        )