From: Carl Worth Date: Thu, 22 Apr 2010 20:21:15 +0000 (-0700) Subject: test: Improve grammar in test-message subjects. X-Git-Tag: 0.3~119 X-Git-Url: https://git.notmuchmail.org/git?a=commitdiff_plain;h=9a3d4a0f2a193e1f45e70592ebe7dc01fdfdb7c2;p=notmuch test: Improve grammar in test-message subjects. Before codifying these in any expected test output, I'd like them to at least resemble English. --- diff --git a/test/notmuch-test b/test/notmuch-test index f0c0aad6..c6703f0e 100755 --- a/test/notmuch-test +++ b/test/notmuch-test @@ -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