path: finit_4.14-1/test/unexpected-restart.sh
assert_status C "running"
newpid=$(pidof C)
# shellcheck disable=SC2086
assert "C was not restarted" $oldpid -eq $newpid
