blob: 52eee48e432abc519328bfd93fcbd28143255dc5 [file] [log] [blame]
#!/bin/sh
. ./wvtest/wvtest.sh
running() {
[ -n "$(pgrep -x "$1")" ]
}
WVSTART "sysmgr"
WVPASS running sysmgr
WVFAIL running this-does-not-exist
WVPASS [ -n "$(dmesg | grep sysmgr: | head)" ]