From 904b79be0658a9a42d2a3902b19eee5638d8d832 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 29 Nov 2020 01:55:35 +0100 Subject: [PATCH] coverage.sh: fix total number of tests --- coverage.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coverage.sh b/coverage.sh index c7dc627..d102fb5 100755 --- a/coverage.sh +++ b/coverage.sh @@ -113,7 +113,7 @@ if [ ! -e shared/hooks/eatmydata/customize.sh ] || [ hooks/eatmydata/customize.s fi starttime= -total=164 +total=161 skipped=0 runtests=0 i=1