#!/bin/sh

./startalk $TESTOPTS -P <<EOF
# Comment at beginning
position: $TESTENTRY
name: Test User 2
# Comment in middle
company: Test Comp.
phone-home: 0123456789
# Comment at end

EOF

exit $?
