]> git.notmuchmail.org Git - notmuch/blobdiff - test/json
test: remove json test for search null result, since it's being more properly tested...
[notmuch] / test / json
index 0badb1d237c9e0ae71cbd7d6bbbdb32b68aba76f..5a2544c243ec06ab3937ab5fe6aae34aefdd4515 100755 (executable)
--- 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