#!/bin/sh set -eu . "$(dirname "$0")/common.sh" echo running "$0" test_this piuparts --version cd "$AUTOPKGTEST_TMP" create_packages # this should always succeed test_this piuparts t.deb # it is an error if this succeeds test_this piuparts f.deb && false exit 0