#!/bin/bash
set -e

trap "rm -f autopkgtest-$$.bash" EXIT

sed -e 's#\./rstcheck\.py#rstcheck#g' test.bash > autopkgtest-$$.bash
chmod +x autopkgtest-$$.bash

./autopkgtest-$$.bash
