mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
test: add known broken test for dump header
Apparently nobody uses the list of "what was included in the dump"
This commit is contained in:
parent
e1c1d33f37
commit
c0a3bd956a
1 changed files with 8 additions and 0 deletions
|
@ -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 <<EOF > EXPECTED
|
||||
#notmuch-dump batch-tag:2 config,properties,tags
|
||||
EOF
|
||||
notmuch dump > OUTPUT
|
||||
test_expect_equal_file EXPECTED OUTPUT
|
||||
add_email_corpus
|
||||
|
||||
test_begin_subtest "Dumping all tags"
|
||||
|
|
Loading…
Reference in a new issue