#!/bin/sh

# Author: Dennis Braun <d_braun@kabelmail.de>

set -e

padthv1_jack -g &
echo 'Simple test success!'

echo 'We kill padthv1_jack because it doesn’t close itself in the testbed'
killall padthv1_jack
