]> git.notmuchmail.org Git - notmuch/blobdiff - test/search-output
test: remove json test for search null result, since it's being more properly tested...
[notmuch] / test / search-output
index 8ba8acf741af29172e97c12a2cac2caa8a54d640..13f9613065761985dcdd7bfef9724bf0e27bc54c 100755 (executable)
@@ -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 <<EOF >EXPECTED
-[]
-EOF
+echo "[]" >EXPECTED
 test_expect_equal_file OUTPUT EXPECTED
 
 test_done