summaryrefslogtreecommitdiff
path: root/t/perf/p7300-clean.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/perf/p7300-clean.sh')
-rwxr-xr-xt/perf/p7300-clean.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/perf/p7300-clean.sh b/t/perf/p7300-clean.sh
index ec94cdd..7c1888a 100755
--- a/t/perf/p7300-clean.sh
+++ b/t/perf/p7300-clean.sh
@@ -28,4 +28,8 @@ test_perf 'clean many untracked sub dirs, ignore nested git' '
git clean -n -q -f -f -d 100000_sub_dirs/
'
+test_perf 'ls-files -o' '
+ git ls-files -o
+'
+
test_done