[PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK

Subject: [PATCH] fixup! lib: add built_with handling for XAPIAN_DB_RETRY_LOCK

Date: Sat, 4 Jun 2016 09:38:56 -0300

To: David Bremner, Istvan Marko, Jani Nikula, notmuch@notmuchmail.org

Cc:

From: David Bremner


---
 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


Thread: