X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2Fsearch-output;h=20341d6e18d7c3d1fc8008c13704923b90eb4044;hb=f744b050b16d2a8c7223e06f7e071914ae05645e;hp=b4149931543d8ead9317f9b55387264c0e2503dc;hpb=9e0d00f37ee963ec03e61f1847f7e7c53a90d2b8;p=notmuch diff --git a/test/search-output b/test/search-output index b4149931..20341d6e 100755 --- a/test/search-output +++ b/test/search-output @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash test_description='various settings for "notmuch search --output="' . ./test-lib.sh @@ -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