#!/bin/sh

./startalk $TESTOPTS -P <<EOF
position: $TESTENTRY
name: Test45678901012345678901
company: Test45678901012345678901
phone-home: 0123456789012345678901234567890101234567890123456789012345678901
phone-mobile: 0123456789012345678901234567890101234567890123456789012345678901
phone-fax: 0123456789012345678901234567890101234567890123456789012345678901
phone-office: 0123456789012345678901234567890101234567890123456789012345678901

EOF

exit $?
