aboutsummaryrefslogtreecommitdiffstats
path: root/t/perf/p5600-partial-clone.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/p5600-partial-clone.sh')
-rwxr-xr-xt/perf/p5600-partial-clone.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/perf/p5600-partial-clone.sh b/t/perf/p5600-partial-clone.sh
index 3e04bd2ae1..754aaec3dc 100755
--- a/t/perf/p5600-partial-clone.sh
+++ b/t/perf/p5600-partial-clone.sh
@@ -23,4 +23,8 @@ test_perf 'checkout of result' '
git -C worktree checkout -f
'
+test_perf 'fsck' '
+ git -C bare.git fsck
+'
+
test_done