#!/bin/sh -e

chown nobody $AUTOPKGTEST_TMP
cd $AUTOPKGTEST_TMP
echo python3 -m twisted.trial twisted | su -s /bin/sh nobody
