t2000-t2999: fix broken &&-chains
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
committed by
Junio C Hamano
parent
f2deabfcb6
commit
2c2d0f9f47
@ -32,7 +32,7 @@ test_expect_success basics '
|
||||
test_create_repo xyzzy &&
|
||||
cd xyzzy &&
|
||||
>file &&
|
||||
git add file
|
||||
git add file &&
|
||||
git commit -m "sub initial"
|
||||
) &&
|
||||
git add xyzzy &&
|
||||
|
||||
Reference in New Issue
Block a user