Skip to content

Commit 14544dd

Browse files
stefanbellergitster
authored andcommitted
submodule deinit test: fix broken && chain in subshell
Signed-off-by: Stefan Beller <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 84ba959 commit 14544dd

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
@@ -857,7 +857,7 @@ test_expect_success 'submodule deinit works on repository without submodules' '
857857
git init &&
858858
>file &&
859859
git add file &&
860-
git commit -m "repo should not be empty"
860+
git commit -m "repo should not be empty" &&
861861
git submodule deinit .
862862
)
863863
'

0 commit comments

Comments
 (0)