5.7.0 release

This commit is contained in:
Olof hagsand 2022-05-17 10:04:24 +02:00
parent 0adeae64df
commit cca8c88ec1
3 changed files with 17 additions and 5 deletions

View file

@ -141,6 +141,12 @@ EOF
fi
}
new "Ensure no zombies before test"
retx=$(ps aux| grep clixon | grep defunc | grep -v grep)
if [ -n "$retx" ]; then
err "No zombie process before test" "$retx"
fi
# FIRST usecase
new "FIRST usecase: Empty status message"