#!/bin/sh

if ! ./startalk $TESTOPTS -P -n $TESTENTRY -c </dev/null
then
  exit $?
fi

exit $?
