#!/bin/sh
# autopkgtest check: run the example program shipped with CLI:Framework

set -e

perl /usr/share/doc/libcli-framework-perl/examples/demo-simple.pl | grep 'useful things happen here'

echo "run: OK"
