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/search-output | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'test/search-output') diff --git a/test/search-output b/test/search-output index 8ba8acf..13f9613 100755 --- a/test/search-output +++ b/test/search-output @@ -311,9 +311,7 @@ test_expect_equal_file OUTPUT EXPECTED test_begin_subtest "notmuch search --format=json for non-existent message prints proper empty json" notmuch search --format=json "no-message-matches-this" > OUTPUT -cat <EXPECTED -[] -EOF +echo "[]" >EXPECTED test_expect_equal_file OUTPUT EXPECTED test_done -- cgit v1.2.3