#!/bin/sh

export HOME=$ADTTMP
touch $HOME/testfile
cp -r tests $ADTTMP
cd $ADTTMP
nosetests3 -e test_man.py -e test_main.py
