#!/bin/bash

. debian/tests/setup

status Playing
check pause false

playerctl pause
sleep 1s

status Paused
check pause true

playerctl play
sleep 1s

wait %1
