diff options
| author | David Bremner <david@tethera.net> | 2021-05-21 12:54:10 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-06-27 13:59:42 -0300 |
| commit | 2f608d2a9400f666ec0aca1f76b59f6640104e4e (patch) | |
| tree | 8934d09f08ecf2cfe7cbaef1136db6911a86d447 /test/T590-libconfig.sh | |
| parent | 65f923219e08193d590bec35e2c3995dc6a19395 (diff) | |
lib/config: add NOTMUCH_CONFIG_AUTOCOMMIT
This will be used to control how often atomic transactions are
committed.
Diffstat (limited to 'test/T590-libconfig.sh')
| -rwxr-xr-x | test/T590-libconfig.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/T590-libconfig.sh b/test/T590-libconfig.sh index 189381f7..41f67bae 100755 --- a/test/T590-libconfig.sh +++ b/test/T590-libconfig.sh @@ -419,6 +419,7 @@ cat <<'EOF' >EXPECTED 08: 'USERNAME@FQDN' 09: 'NULL' 10: 'USER_FULL_NAME' +11: '8000' == stderr == EOF unset MAILDIR @@ -730,6 +731,7 @@ cat <<'EOF' >EXPECTED 08: 'test_suite@notmuchmail.org' 09: 'test_suite_other@notmuchmail.org;test_suite@otherdomain.org' 10: 'Notmuch Test Suite' +11: '8000' == stderr == EOF test_expect_equal_file EXPECTED OUTPUT @@ -762,6 +764,7 @@ cat <<'EOF' >EXPECTED 08: 'USERNAME@FQDN' 09: 'NULL' 10: 'USER_FULL_NAME' +11: '8000' == stderr == EOF test_expect_equal_file EXPECTED OUTPUT.clean @@ -828,6 +831,7 @@ EOF cat <<'EOF' >EXPECTED == stdout == aaabefore beforeval +database.autocommit 8000 database.backup_dir MAIL_DIR/.notmuch/backups database.hook_dir MAIL_DIR/.notmuch/hooks database.mail_root MAIL_DIR |
