summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorCarl Worth <cworth@cworth.org>2010-04-22 13:21:15 -0700
committerCarl Worth <cworth@cworth.org>2010-04-22 13:21:15 -0700
commit9a3d4a0f2a193e1f45e70592ebe7dc01fdfdb7c2 (patch)
tree8a03df4a68d4e8021526df801562520c49f81faa /test
parent419b88059dcaedbe104327be27b85c56e6be03c0 (diff)
test: Improve grammar in test-message subjects.
Before codifying these in any expected test output, I'd like them to at least resemble English.
Diffstat (limited to 'test')
-rwxr-xr-xtest/notmuch-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/notmuch-test b/test/notmuch-test
index f0c0aad..c6703f0 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