We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 031129c commit a82af05Copy full SHA for a82af05
t/t7403-submodule-sync.sh
@@ -174,7 +174,7 @@ test_expect_success '"git submodule sync" handles origin URL of the form foo/bar
174
cd submodule &&
175
#actual foo/submodule
176
test "$(git config remote.origin.url)" = "../foo/submodule"
177
- )
+ ) &&
178
(
179
cd submodule/sub-submodule &&
180
test "$(git config remote.origin.url)" != "../../foo/submodule"
@@ -191,7 +191,7 @@ test_expect_success '"git submodule sync --recursive" propagates changes in orig
191
192
193
194
195
196
197
test "$(git config remote.origin.url)" = "../../foo/submodule"
0 commit comments