#!/bin/sh

# Test suite automatically skips over tests that cannot be
# executed because of insufficient priviliges.
exec python3 -m pytest --installed test/
