X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2Fsearch-output;h=20341d6e18d7c3d1fc8008c13704923b90eb4044;hb=1d6b49561f50d6cde1b473f9887e37748e49c02c;hp=ef870bf79cdd0467f1c3625d07cda4b1381da5fe;hpb=45fe3547458e0c403f7501bad89860afe2fa534a;p=notmuch diff --git a/test/search-output b/test/search-output index ef870bf7..20341d6e 100755 --- a/test/search-output +++ b/test/search-output @@ -270,12 +270,14 @@ test_begin_subtest "notmuch search --output=tags" output=$(notmuch search --output=tags '*') test_expect_equal "$output" "attachment inbox +signed unread" test_begin_subtest "notmuch search --format=json --output=tags" output=$(notmuch search --format=json --output=tags '*') test_expect_equal "$output" '["attachment", "inbox", +"signed", "unread"]' test_done