t/helper: merge test-genrandom into test-tool

Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Nguyễn Thái Ngọc Duy
2018-03-24 08:44:42 +01:00
committed by Junio C Hamano
parent dbceb3ecc5
commit c680668d1a
22 changed files with 38 additions and 35 deletions

View File

@ -73,7 +73,7 @@ make_pack () {
}
test_expect_success 'setup' '
test-genrandom base 4096 >base &&
test-tool genrandom base 4096 >base &&
for i in one two
do
# we want shared content here to encourage deltas...