From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from localhost (localhost [127.0.0.1]) by arlo.cworth.org (Postfix) with ESMTP id 9C3EC6DE0C32 for ; Tue, 8 Aug 2017 09:35:18 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: 0 X-Spam-Level: X-Spam-Status: No, score=0 tagged_above=-999 required=5 tests=[AWL=0.011, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01] autolearn=disabled Received: from arlo.cworth.org ([127.0.0.1]) by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id DM-z8BRuc8mw for ; Tue, 8 Aug 2017 09:35:16 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 728E46DE00DB for ; Tue, 8 Aug 2017 09:35:16 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.89) (envelope-from ) id 1df7Q3-000482-Af; Tue, 08 Aug 2017 12:31:47 -0400 Received: (nullmailer pid 25725 invoked by uid 1000); Tue, 08 Aug 2017 16:35:13 -0000 From: David Bremner To: notmuch@notmuchmail.org, notmuch@freelists.org Subject: [PATCH 1/2] test: add missing quotes in maildir-sync test. Date: Tue, 8 Aug 2017 12:35:07 -0400 Message-Id: <20170808163508.25658-2-david@tethera.net> X-Mailer: git-send-email 2.13.2 In-Reply-To: <20170808163508.25658-1-david@tethera.net> References: <20170808163508.25658-1-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Use and development of the notmuch mail system." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Aug 2017 16:35:18 -0000 Oops. ';' is significant in the shell. Who knew. --- test/T340-maildir-sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/T340-maildir-sync.sh b/test/T340-maildir-sync.sh index 8024d86f..2041e1a0 100755 --- a/test/T340-maildir-sync.sh +++ b/test/T340-maildir-sync.sh @@ -181,7 +181,7 @@ test_expect_equal "$(cd $MAIL_DIR/cur/; ls non-compliant*)" "non-compliant-maild test_begin_subtest "Files in new/ get default synchronized tags" OLDCONFIG=$(notmuch config get new.tags) -notmuch config set new.tags test;unread +notmuch config set new.tags "test;unread" add_message [subject]='"File in new/"' [dir]=new [filename]='file-in-new' notmuch config set new.tags $OLDCONFIG notmuch search 'subject:"File in new"' | notmuch_search_sanitize > output -- 2.13.2