diff options
| author | David Bremner <david@tethera.net> | 2017-04-01 09:36:34 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2017-04-01 09:36:34 -0300 |
| commit | 33e58021958f8069ad46d7bd05cf586676fb6ae7 (patch) | |
| tree | 55089f7a54a9a2567b27249b946d0fba33b854c3 /test | |
| parent | c0a3bd956af91d08d95a993f4fd971a617a5517b (diff) | |
| parent | e64fdf889d0f78543557f5b72ebca1571caf497e (diff) | |
Merge branch 'release'
Final 0.24.1 release
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T240-dump-restore.sh | 3 | ||||
| -rwxr-xr-x | test/T590-libconfig.sh | 2 |
2 files changed, 2 insertions, 3 deletions
diff --git a/test/T240-dump-restore.sh b/test/T240-dump-restore.sh index f626a19e..1f1f0866 100755 --- a/test/T240-dump-restore.sh +++ b/test/T240-dump-restore.sh @@ -4,9 +4,8 @@ test_description="\"notmuch dump\" and \"notmuch restore\"" NOTMUCH_NEW > /dev/null test_begin_subtest "dump header" -test_subtest_known_broken cat <<EOF > EXPECTED -#notmuch-dump batch-tag:2 config,properties,tags +#notmuch-dump batch-tag:3 config,properties,tags EOF notmuch dump > OUTPUT test_expect_equal_file EXPECTED OUTPUT 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 |
