#!/bin/sh
set -efu

export LC_ALL=C.UTF-8

cp -a tests "$AUTOPKGTEST_TMP"
cd "$AUTOPKGTEST_TMP"

echo "=== pypy ==="
pypy -m unittest discover tests/ 2>&1
