#!/bin/sh
set -e

# succeeding test must not write anything to stderr, as per DEP-8
mkdir -p /var/run/udisks2
src/tests/integration-test 2>&1
