summaryrefslogtreecommitdiff
path: root/t/perf/p0007-write-cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/p0007-write-cache.sh')
-rwxr-xr-xt/perf/p0007-write-cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/perf/p0007-write-cache.sh b/t/perf/p0007-write-cache.sh
index 261fe92..0959526 100755
--- a/t/perf/p0007-write-cache.sh
+++ b/t/perf/p0007-write-cache.sh
@@ -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