#!/bin/bash

pause=1

. debian/tests/setup

status Paused
check pause true

playerctl play
sleep 1s

status Playing
check pause false

wait %1
