aboutsummaryrefslogtreecommitdiff
path: root/test/search-output
diff options
context:
space:
mode:
Diffstat (limited to 'test/search-output')
-rwxr-xr-xtest/search-output4
1 files changed, 1 insertions, 3 deletions
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 <<EOF >EXPECTED
-[]
-EOF
+echo "[]" >EXPECTED
test_expect_equal_file OUTPUT EXPECTED
test_done