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 CD9316DE02C3 for ; Sat, 4 Jun 2016 05:39:13 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at cworth.org X-Spam-Flag: NO X-Spam-Score: -0.012 X-Spam-Level: X-Spam-Status: No, score=-0.012 tagged_above=-999 required=5 tests=[AWL=-0.001, 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 qFQ0C68sN4Jj for ; Sat, 4 Jun 2016 05:39:06 -0700 (PDT) Received: from fethera.tethera.net (fethera.tethera.net [198.245.60.197]) by arlo.cworth.org (Postfix) with ESMTPS id 1F5986DE02C2 for ; Sat, 4 Jun 2016 05:39:06 -0700 (PDT) Received: from remotemail by fethera.tethera.net with local (Exim 4.84) (envelope-from ) id 1b9Aqr-00057V-J0; Sat, 04 Jun 2016 08:38:53 -0400 Received: (nullmailer pid 15698 invoked by uid 1000); Sat, 04 Jun 2016 12:39:03 -0000 From: David Bremner To: David Bremner , Istvan Marko , Jani Nikula , notmuch@notmuchmail.org Subject: [PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK Date: Sat, 4 Jun 2016 09:38:56 -0300 Message-Id: <1465043936-15657-1-git-send-email-david@tethera.net> X-Mailer: git-send-email 2.8.1 In-Reply-To: <1465043356-23420-5-git-send-email-david@tethera.net> References: <1465043356-23420-5-git-send-email-david@tethera.net> X-BeenThere: notmuch@notmuchmail.org X-Mailman-Version: 2.1.20 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: Sat, 04 Jun 2016 12:39:13 -0000 --- test/T030-config.sh | 1 + test/T040-setup.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/test/T030-config.sh b/test/T030-config.sh index b8d5a86..0915abd 100755 --- a/test/T030-config.sh +++ b/test/T030-config.sh @@ -59,6 +59,7 @@ foo.string=this is another string value foo.list=this;is another;list value; built_with.compact=something built_with.field_processor=something +built_with.retry_lock=something EOF test_expect_equal_file EXPECTED OUTPUT diff --git a/test/T040-setup.sh b/test/T040-setup.sh index be2f0db..021f2d0 100755 --- a/test/T040-setup.sh +++ b/test/T040-setup.sh @@ -31,6 +31,7 @@ search.exclude_tags=baz; maildir.synchronize_flags=true crypto.gpg_path=gpg built_with.compact=something -built_with.field_processor=something" +built_with.field_processor=something +built_with.retry_lock=something" test_done -- 2.8.1