diff options
| author | David Bremner <david@tethera.net> | 2017-03-31 07:55:17 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-04-01 09:10:15 -0300 |
| commit | d47e18411807b57cac9aaa29a7435a9f83720b81 (patch) | |
| tree | df1a1a3582514fa9c6615133fb3f4173bf1292d9 /test/T590-libconfig.sh | |
| parent | 1f3c7916f82774cacbfbb0fbc9d0e0aaae9399b3 (diff) | |
cli/dump: bump dump format version to 3
No changes to the format of the body, but the header format was
fixed, and version 2 headers probably shouldn't be relied on.
Diffstat (limited to 'test/T590-libconfig.sh')
| -rwxr-xr-x | test/T590-libconfig.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T590-libconfig.sh b/test/T590-libconfig.sh index e8c078d5..1b308693 100755 --- a/test/T590-libconfig.sh +++ b/test/T590-libconfig.sh @@ -112,7 +112,7 @@ cat c_head - c_tail <<'EOF' | test_C ${MAIL_DIR} EOF notmuch dump --include=config >OUTPUT cat <<'EOF' >EXPECTED -#notmuch-dump batch-tag:2 config +#notmuch-dump batch-tag:3 config #@ aaabefore beforeval #@ key%20with%20spaces value,%20with,%20spaces%21 #@ testkey1 testvalue1 |
