diff options
Diffstat (limited to 't/perf/p0002-read-cache.sh')
-rwxr-xr-x | t/perf/p0002-read-cache.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/p0002-read-cache.sh b/t/perf/p0002-read-cache.sh index 9180ae9343..cdd105a594 100755 --- a/t/perf/p0002-read-cache.sh +++ b/t/perf/p0002-read-cache.sh @@ -8,7 +8,7 @@ test_perf_default_repo count=1000 test_perf "read_cache/discard_cache $count times" " - test-read-cache $count + test-tool read-cache $count " test_done |