#!/bin/sh
set -e
if rollup -v|grep v1; then
	rollup -c debian/tests/rollup.config.js
else
	echo "Test skipped due to autopkgtest bug"
fi
