Skip to content

Commit 4f50670

Browse files
committed
Merge branch 'sb/submodule-module-list-pathspec-fix'
* sb/submodule-module-list-pathspec-fix: submodule deinit test: fix broken && chain in subshell
2 parents 50b26f5 + 14544dd commit 4f50670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7400-submodule-basic.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -898,7 +898,7 @@ test_expect_success 'submodule deinit works on repository without submodules' '
898898
git init &&
899899
>file &&
900900
git add file &&
901-
git commit -m "repo should not be empty"
901+
git commit -m "repo should not be empty" &&
902902
git submodule deinit .
903903
)
904904
'

0 commit comments

Comments
 (0)