diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2018-01-02 10:32:38 -0500 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2018-01-04 20:35:58 -0400 |
| commit | 54982e520c3bee74e947e311ee5b1219396fa1a8 (patch) | |
| tree | cb9d6680c54a5425930a7c3a9dfc79800dc7982c /test | |
| parent | 0c6ec8c5572755ec39ca92c43d3aa4e4aef3f81d (diff) | |
fix typos
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T080-search.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/T080-search.sh b/test/T080-search.sh index 70f28549..a3f0dead 100755 --- a/test/T080-search.sh +++ b/test/T080-search.sh @@ -85,11 +85,11 @@ add_message '[subject]="search by to (name)"' '[date]="Sat, 01 Jan 2000 12:00:00 output=$(notmuch search 'to:"Search By To Name"' | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2000-01-01 [1/1] Notmuch Test Suite; search by to (name) (inbox unread)" -test_begin_subtest "Search by to: (name and adress)" +test_begin_subtest "Search by to: (name and address)" output=$(notmuch search 'to:"Search By To Name <test@example.com>"' | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2000-01-01 [1/1] Notmuch Test Suite; search by to (name) (inbox unread)" -test_begin_subtest "Search by to: without prefix (name and adress)" +test_begin_subtest "Search by to: without prefix (name and address)" output=$(notmuch search '"Search By To Name <test@example.com>"' | notmuch_search_sanitize) test_expect_equal "$output" "thread:XXX 2000-01-01 [1/1] Notmuch Test Suite; search by to (name) (inbox unread)" |
