Skip to content

Commit ad6eee3

Browse files
jrngitster
authored andcommitted
subtree test: add missing && to &&-chain
Detected using t/chainlint. Signed-off-by: Jonathan Nieder <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 53f9a3e commit ad6eee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/subtree/t/t7900-subtree.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ test_expect_success 'make sure each filename changed exactly once in the entire
708708
test_create_commit "$subtree_test_count/sub proj" sub1 &&
709709
(
710710
cd "$subtree_test_count" &&
711-
git config log.date relative
711+
git config log.date relative &&
712712
git fetch ./"sub proj" master &&
713713
git subtree add --prefix="sub dir" FETCH_HEAD
714714
) &&

0 commit comments

Comments
 (0)