#!/bin/sh

export PYTHONPATH="/usr/lib/s3ql:${PYTHONPATH}"
exec py.test tests/
