#!/bin/sh
set -e

# succeeding test must not write anything to stderr, as per DEP-8
tests/run 2>&1
