#!/bin/sh

set -e
exec 2>&1

xchpst -b yes busybox no | head -n1 | grep ^no$
