coverage.sh: fix total number of tests

This commit is contained in:
Johannes 'josch' Schauer 2019-03-01 12:43:29 +01:00
parent 52b1a9dc6e
commit b7f7f4e581
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1

View file

@ -51,7 +51,7 @@ if [ ! -e shared/mmdebstrap ] || [ mmdebstrap -nt shared/mmdebstrap ]; then
fi
starttime=
total=87
total=88
i=1
print_header() {