#!/bin/sh

set -e

xchpst --scheduler batch grep -E '^policy\s+:\s+3$' /proc/self/sched
xchpst --scheduler idle grep -E '^policy\s+:\s+5$' /proc/self/sched
