summaryrefslogtreecommitdiffstats
path: root/t/perf/p0007-write-cache.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2018-03-24 08:45:05 +0100
committerJunio C Hamano <gitster@pobox.com>2018-03-27 17:45:47 +0200
commitc81f843d0901c79150b1bf2fe528ad0c48267c24 (patch)
treedc02b76fca792f3a344db4a17ade7156a1af184b /t/perf/p0007-write-cache.sh
parentt/helper: merge test-wildmatch into test-tool (diff)
downloadgit-c81f843d0901c79150b1bf2fe528ad0c48267c24.tar.xz
git-c81f843d0901c79150b1bf2fe528ad0c48267c24.zip
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>
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 261fe92fd9..09595264f0 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