#!/bin/sh

# Test suite automatically skips over tests that cannot be
# executed because of insufficient priviliges.

unset https_proxy
unset http_proxy
export PYTHONPATH="/usr/lib/s3ql:${PYTHONPATH}"
exec py.test-3 --installed --logdebug=s3ql.verify tests/
