#!/bin/sh
set -e -u
cp -a tests/ "$ADTTMP"
cd "$ADTTMP/tests/"
export LC_MESSAGES=C
nosetests -v test-*.py 2>&1
