X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2Fdump-restore;fp=test%2Fdump-restore;h=85096716ba3753a09ddecf8e3e01ddcb0a32d1ac;hp=0f62d9da2e8b0ad6ffc1c7e333e4eeef0883007f;hb=a77d9adcacf001025092087fb6c1d77743cdf699;hpb=42c80dfd07740ed07cf58eefd0c30dc78cbafc08 diff --git a/test/dump-restore b/test/dump-restore index 0f62d9da..85096716 100755 --- a/test/dump-restore +++ b/test/dump-restore @@ -23,7 +23,6 @@ test_expect_success 'Clearing all tags' \ notmuch dump > clear.actual && test_cmp clear.expected clear.actual' -test_subtest_known_broken # missing --accumuluate test_expect_success 'Accumulate original tags' \ 'notmuch tag +ABC +DEF -- from:cworth && notmuch restore --accumulate < dump.expected && @@ -40,13 +39,11 @@ test_expect_success 'Restore with nothing to do' \ notmuch dump > dump.actual && test_cmp dump.expected dump.actual' -test_subtest_known_broken # missing --accumuluate test_expect_success 'Restore with nothing to do, II' \ 'notmuch restore --accumulate dump.expected && notmuch dump > dump.actual && test_cmp dump.expected dump.actual' -test_subtest_known_broken # missing --accumuluate test_expect_success 'Restore with nothing to do, III' \ 'notmuch restore --accumulate < clear.expected && notmuch dump > dump.actual &&