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/T240-dump-restore.sh | |
| parent | c0a3bd956af91d08d95a993f4fd971a617a5517b (diff) | |
| parent | e64fdf889d0f78543557f5b72ebca1571caf497e (diff) | |
Merge branch 'release'
Final 0.24.1 release
Diffstat (limited to 'test/T240-dump-restore.sh')
| -rwxr-xr-x | test/T240-dump-restore.sh | 3 |
1 files changed, 1 insertions, 2 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 |
