X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fjson;h=5a2544c243ec06ab3937ab5fe6aae34aefdd4515;hp=0badb1d237c9e0ae71cbd7d6bbbdb32b68aba76f;hb=afdfa5674c84bbb8c0e546384e03a058d317b7a0;hpb=7fdeb0fb630da0eac355f3c6538f01dba932c5e6 diff --git a/test/json b/test/json index 0badb1d2..5a2544c2 100755 --- a/test/json +++ b/test/json @@ -34,8 +34,4 @@ test_expect_equal "$output" "[{\"thread\": \"XXX\", \"subject\": \"json-search-utf8-body-sübjéct\", \"tags\": [\"inbox\", \"unread\"]}]" -test_begin_subtest "Search returning no messages" -output=$(notmuch search --format=json "this string had better not match any messages" | notmuch_search_sanitize) -test_expect_equal "$output" "[]" - test_done