test: Improve grammar in test-message subjects.

Before codifying these in any expected test output, I'd like them to
at least resemble English.
This commit is contained in:
Carl Worth 2010-04-22 13:21:15 -07:00
parent 419b88059d
commit 9a3d4a0f2a

View file

@ -94,7 +94,7 @@ generate_message ()
fi
if [ -z "${template[body]}" ]; then
template[body]="This is just test message (#${gen_msg_cnt})"
template[body]="This is just a test message (#${gen_msg_cnt})"
fi
if [ -z "${template[from]}" ]; then