#!/bin/sh -e

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