t/helper: merge test-write-cache 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:45:05 +01:00
committed by Junio C Hamano
parent 0489289de2
commit c81f843d09
5 changed files with 6 additions and 3 deletions

View File

@ -23,7 +23,7 @@ test_expect_success "setup repo" '
count=3
test_perf "write_locked_index $count times ($nr_files files)" "
test-write-cache $count
test-tool write-cache $count
"
test_done