projects
/
notmuch.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
419b880
)
test: Improve grammar in test-message subjects.
author
Carl Worth
<cworth@cworth.org>
Thu, 22 Apr 2010 20:21:15 +0000
(13:21 -0700)
committer
Carl Worth
<cworth@cworth.org>
Thu, 22 Apr 2010 20:21:15 +0000
(13:21 -0700)
Before codifying these in any expected test output, I'd like them to
at least resemble English.
test/notmuch-test
patch
|
blob
|
history
diff --git
a/test/notmuch-test
b/test/notmuch-test
index f0c0aad6ea6cb4ecfc723198d77b27fc1931c092..c6703f0e52b42edfedb228423c8f9bca74275a8f 100755
(executable)
--- 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