Skip to content

Commit a82af05

Browse files
johnkeepinggitster
authored andcommitted
t7403: add missing && chaining
Signed-off-by: John Keeping <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 031129c commit a82af05

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
@@ -174,7 +174,7 @@ test_expect_success '"git submodule sync" handles origin URL of the form foo/bar
174174
cd submodule &&
175175
#actual foo/submodule
176176
test "$(git config remote.origin.url)" = "../foo/submodule"
177-
)
177+
) &&
178178
(
179179
cd submodule/sub-submodule &&
180180
test "$(git config remote.origin.url)" != "../../foo/submodule"
@@ -191,7 +191,7 @@ test_expect_success '"git submodule sync --recursive" propagates changes in orig
191191
cd submodule &&
192192
#actual foo/submodule
193193
test "$(git config remote.origin.url)" = "../foo/submodule"
194-
)
194+
) &&
195195
(
196196
cd submodule/sub-submodule &&
197197
test "$(git config remote.origin.url)" = "../../foo/submodule"

0 commit comments

Comments
 (0)