forked from josch/mmdebstrap
coverage.sh: fix total number of tests
This commit is contained in:
parent
52b1a9dc6e
commit
b7f7f4e581
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ if [ ! -e shared/mmdebstrap ] || [ mmdebstrap -nt shared/mmdebstrap ]; then
|
|||
fi
|
||||
|
||||
starttime=
|
||||
total=87
|
||||
total=88
|
||||
i=1
|
||||
|
||||
print_header() {
|
||||
|
|
Loading…
Reference in a new issue