X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT240-dump-restore.sh;h=7ea35953aecd3c23cba72b714d0bc2aaf819b9a9;hp=faa10364acf52a19a9553ebe515b4bb01bd81b61;hb=704bd3d8a249b4041aa6a4204032f2b336f374e8;hpb=a30a78909a501aad3ecf4dd29fe5760ae902aab1 diff --git a/test/T240-dump-restore.sh b/test/T240-dump-restore.sh index faa10364..7ea35953 100755 --- a/test/T240-dump-restore.sh +++ b/test/T240-dump-restore.sh @@ -2,6 +2,14 @@ test_description="\"notmuch dump\" and \"notmuch restore\"" . ./test-lib.sh || exit 1 +NOTMUCH_NEW > /dev/null +test_begin_subtest "dump header" +test_subtest_known_broken +cat < EXPECTED +#notmuch-dump batch-tag:2 config,properties,tags +EOF +notmuch dump > OUTPUT +test_expect_equal_file EXPECTED OUTPUT add_email_corpus test_expect_success 'Dumping all tags' \