mirror of
https://github.com/git/git.git
synced 2024-11-25 02:44:48 +08:00
Merge branch 'sb/submodule-module-list-pathspec-fix'
* sb/submodule-module-list-pathspec-fix: submodule deinit test: fix broken && chain in subshell
This commit is contained in:
commit
4f5067010d
@ -898,7 +898,7 @@ test_expect_success 'submodule deinit works on repository without submodules' '
|
|||||||
git init &&
|
git init &&
|
||||||
>file &&
|
>file &&
|
||||||
git add file &&
|
git add file &&
|
||||||
git commit -m "repo should not be empty"
|
git commit -m "repo should not be empty" &&
|
||||||
git submodule deinit .
|
git submodule deinit .
|
||||||
)
|
)
|
||||||
'
|
'
|
||||||
|
Loading…
Reference in New Issue
Block a user