From afdfa5674c84bbb8c0e546384e03a058d317b7a0 Mon Sep 17 00:00:00 2001 From: Jameson Graef Rollins Date: Sun, 8 May 2011 14:13:05 -0700 Subject: test: remove json test for search null result, since it's being more properly tested in search-output The test in json was inferior to the one in search-output, since it wasn't properly testing for the presence of a trailing newline. --- test/json | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test/json') diff --git a/test/json b/test/json index 0badb1d..5a2544c 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 -- cgit v1.2.3