~anjan/sxmo-check

390c6f1b892c32d5662685b0fa41b5f2398171f7 — Anjandev Momi 2 years ago 0e6aae5
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