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:
Eric Sunshine
2018-07-01 20:23:57 -04:00
committed by Junio C Hamano
parent f2deabfcb6
commit 2c2d0f9f47
2 changed files with 8 additions and 8 deletions

View File

@ -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 &&