X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fsearch-output;fp=test%2Fsearch-output;h=13f9613065761985dcdd7bfef9724bf0e27bc54c;hp=8ba8acf741af29172e97c12a2cac2caa8a54d640;hb=afdfa5674c84bbb8c0e546384e03a058d317b7a0;hpb=7fdeb0fb630da0eac355f3c6538f01dba932c5e6 diff --git a/test/search-output b/test/search-output index 8ba8acf7..13f96130 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