X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT700-reindex.sh;h=f51130e8f86d4ed8c4a80698b971305c34b4ae91;hb=97fadd0645e908ff8322577a983dc710bfda33d6;hp=3d7c930d6bdb0fe557b665c76385e5343478d541;hpb=d12d91f82801d784f49939756ec9643a9cada60c;p=notmuch diff --git a/test/T700-reindex.sh b/test/T700-reindex.sh index 3d7c930d..f51130e8 100755 --- a/test/T700-reindex.sh +++ b/test/T700-reindex.sh @@ -34,11 +34,11 @@ notmuch dump > OUTPUT test_expect_equal_file initial-dump OUTPUT test_begin_subtest 'reindex preserves tags with special prefixes' -notmuch tag +attachment2 +encrypted2 +signed2 '*' +notmuch tag +attachment2 +encrypted2 +signed2 '*' notmuch dump > EXPECTED notmuch reindex '*' notmuch dump > OUTPUT -notmuch tag -attachment2 -encrypted2 -signed2 '*' +notmuch tag -attachment2 -encrypted2 -signed2 '*' test_expect_equal_file EXPECTED OUTPUT test_begin_subtest 'reindex moves a message between threads'