mirror of
https://github.com/git/git.git
synced 2024-11-25 10:54:00 +08:00
subtree test: add missing && to &&-chain
Detected using t/chainlint. Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
53f9a3e157
commit
ad6eee36ba
@ -708,7 +708,7 @@ test_expect_success 'make sure each filename changed exactly once in the entire
|
||||
test_create_commit "$subtree_test_count/sub proj" sub1 &&
|
||||
(
|
||||
cd "$subtree_test_count" &&
|
||||
git config log.date relative
|
||||
git config log.date relative &&
|
||||
git fetch ./"sub proj" master &&
|
||||
git subtree add --prefix="sub dir" FETCH_HEAD
|
||||
) &&
|
||||
|
Loading…
Reference in New Issue
Block a user