Skip to content

Commit 0eb032d

Browse files
jlehmanngitster
authored andcommitted
t7403: add missing &&'s
Signed-off-by: Jens Lehmann <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent ae3f721 commit 0eb032d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t7403-submodule-sync.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ test_expect_success setup '
1414
echo file > file &&
1515
git add file &&
1616
test_tick &&
17-
git commit -m upstream
17+
git commit -m upstream &&
1818
git clone . super &&
1919
git clone super submodule &&
2020
(cd super &&
@@ -42,7 +42,7 @@ test_expect_success 'change submodule url' '
4242
) &&
4343
mv submodule moved-submodule &&
4444
(cd super &&
45-
git config -f .gitmodules submodule.submodule.url ../moved-submodule
45+
git config -f .gitmodules submodule.submodule.url ../moved-submodule &&
4646
test_tick &&
4747
git commit -a -m moved-submodule
4848
)

0 commit comments

Comments
 (0)