#!/usr/bin/sh
# Override locale because upstream's PAPERSIZE override does not work.
# <https://github.com/rrthomas/psutils/issues/91>.
export LC_ALL=C.UTF-8
export PYTHONDONTWRITEBYTECODE=1
cd /usr/libexec/psutils && exec /usr/bin/pytest
