Skip to content

Commit 420432d

Browse files
hvoigtgitster
authored andcommitted
add missing && to submodule-merge testcase
Signed-off-by: Heiko Voigt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent d66ee04 commit 420432d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7405-submodule-merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_expect_success setup '
4545
git commit -m sub-b) &&
4646
git add sub &&
4747
test_tick &&
48-
git commit -m b
48+
git commit -m b &&
4949
5050
git checkout -b c a &&
5151
git merge -s ours b &&

0 commit comments

Comments
 (0)