#!/bin/sh

./startalk $TESTOPTS -P <<EOF
position: $TESTENTRY
name: Test User 4
company: Test Comp.
phone-home: 0123456789
EOF

exit $?
