rotate: remove stdout for checking lisgd is running
1 files changed, 1 insertions(+), 1 deletions(-) M spec/rotate_spec.sh
M spec/rotate_spec.sh => spec/rotate_spec.sh +1 -1
@@ 1,5 1,5 @@ Describe "sxmo_rotate.sh" - isrunning() { pgrep "$1"; } + isrunning() { pgrep "$1" > /dev/null; } It 'Can rotateRight' When call sxmo_rotate.sh rotright ShellSpec The status should be success