#!/bin/sh

# Author: Manuel A. Fernandez Montecelo <mafm@debian.org>
#
# autopkgtest check: Run (render) a simple "--help" test


set -e

aqsis --help | grep 'Aqsis command line renderer' &> /dev/null

echo "run: OK"
